IXamlMetadataProvider interface
Implements XAML schema context concepts that support XAML parsing.
Syntax
Attributes
- GuidAttribute("b3765d69-68a5-4b32-8861-fdb90c1f5836")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IXamlMetadataProvider interface has these types of members:
Methods
The IXamlMetadataProvider interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetXamlType(String) | Implements XAML schema context access to underlying type mapping, based on specifying a full type name. |
| GetXamlType(TypeName) | Implements XAML schema context access to underlying type mapping, based on providing a helper value that describes a type. |
| GetXmlnsDefinitions | Gets the set of XMLNS (XAML namespace) definitions that apply to the context. |
Remarks
For more info on IXamlMetadataProvider, IXamlType and IXamlMember and how these are used for XAML custom types, see "Remarks" section of IXamlType.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
