WindowsXamlManager.GetForCurrentThread Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the WindowsXamlManager object associated with the current thread, if any.
public:
static WindowsXamlManager ^ GetForCurrentThread();
static WindowsXamlManager GetForCurrentThread();
public static WindowsXamlManager GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As WindowsXamlManager
Returns
The WindowsXamlManager object associated with the current thread, or null if the XAML runtime isn't running on the thread.