Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 770 Bytes

windowsxamlmanager_close_811482585.md

File metadata and controls

25 lines (16 loc) · 770 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Hosting.WindowsXamlManager.Close
winrt method

Microsoft.UI.Xaml.Hosting.WindowsXamlManager.Close

-description

Closes and asynchronously releases any resources used by this WindowsXamlManager.

-remarks

Ensure that all asynchronous work has completed before exiting the thread on which the WindowsXamlManager was initialized. Some ways to do this include:

-see-also

-examples