WindowsXamlManager.GetForCurrentThread Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’objet WindowsXamlManager
associé au thread actuel, le cas échéant.
public:
static WindowsXamlManager ^ GetForCurrentThread();
static WindowsXamlManager GetForCurrentThread();
public static WindowsXamlManager GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As WindowsXamlManager
Retours
Objet WindowsXamlManager
associé au thread actif ou null
si le runtime XAML n’est pas en cours d’exécution sur le thread.