Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.22 KB

ixamlmetadataprovider_getxamltype_1841520233.md

File metadata and controls

35 lines (23 loc) · 1.22 KB
-api-id -api-type
M:Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXamlType(Windows.UI.Xaml.Interop.TypeName)
winrt method

Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXamlType

-description

Implements XAML schema context access to underlying type mapping, based on providing a helper value that describes a type.

-parameters

-param type

The type as represented by the relevant type system or interoperation support type.

-returns

The schema context's implementation of the IXamlType concept.

-remarks

[!NOTE]

If you are programming using a Microsoft .NET language (C# or Microsoft Visual Basic), the TypeName type projects as System.Type.

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

GetXamlType(String)