Microsoft.Toolkit.Win32.UI.XamlHost Namespace
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.
Desktop |
COM wrapper required to access native-only methods on Windows.UI.Xaml.Hosting.DesktopWindowXamlSource |
UWPType |
Provides factory methods for type registered with |
Xaml |
|
Xaml |
XamlApplication is a custom Windows.UI.Xaml.Application that implements Windows.UI.Xaml.Markup.IXamlMetadataProvider. The metadata provider implemented on the application is known as the 'root metadata provider'. This provider has the responsibility of loading all other metadata for custom UWP XAML types. In this implementation, reflection is used at runtime to probe for metadata providers in the working directory, allowing any type that includes metadata (compiled in to a .NET framework assembly) to be used without explicit metadata handling by the developer. |
IDesktop |
Enables access to native methods on DesktopWindowXamlSourceNative |
IXaml |