Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 761 Bytes

ixamlmember.md

File metadata and controls

23 lines (15 loc) · 761 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Markup.IXamlMember
winrt interface

Windows.UI.Xaml.Markup.IXamlMember

-description

Provides the means to report XAML-type system specifics about XAML members. Using this interface contract, XAML parsers can load any custom types and members thereof that are defined in your app and are referenced in XAML files.

-remarks

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

-examples

-see-also

IXamlMetadataProvider, IXamlType, XAML overview