Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.16 KB

ixamlmetadataprovider.md

File metadata and controls

25 lines (16 loc) · 1.16 KB
-api-id -api-type
T:Windows.UI.Xaml.Markup.IXamlMetadataProvider
winrt interface

Windows.UI.Xaml.Markup.IXamlMetadataProvider

-description

Implements XAML type resolution and provides the mapping between types used in markup and the corresponding classes implemented in an application or component.

-remarks

The XAML compiler generates implementations of the interface within each component (application, library, or WinRT component) that uses XAML. In applications, the implementation is generated on the application object itself. For libraries and WinRT components, the implementation is generated on an anonymous class created by the XAML compiler. Each IXamlMetadataProvider implementation provides type information for the controls defined in the component it's generated in.

For more info on IXamlMetadataProvider, IXamlType and IXamlMember and how these are used for XAML custom types, see "Remarks" section of IXamlType.

-examples

-see-also

IXamlType, XAML overview