Compartilhar via


WindowsXamlManager.GetForCurrentThread Método

Definição

Obtém o WindowsXamlManager objeto associado ao thread atual, se houver.

public:
 static WindowsXamlManager ^ GetForCurrentThread();
 static WindowsXamlManager GetForCurrentThread();
public static WindowsXamlManager GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As WindowsXamlManager

Retornos

O WindowsXamlManager objeto associado ao thread atual ou null se o runtime XAML não estiver em execução no thread.

Aplica-se a