Class XamlMetaDataProvider
Main class for providing metadata for the app or library
Inheritance
System.Object
XamlMetaDataProvider
Implements
Windows.UI.Xaml.Markup.IXamlMetadataProvider
Namespace: Syncfusion.UI.Xaml.Controls.Navigation.Syncfusion_SfGroupBar_UWP_2017_XamlTypeInfo
Assembly: Syncfusion.SfGroupBar.UWP.dll
Syntax
public sealed class XamlMetaDataProvider : Object, IXamlMetadataProvider
Constructors
XamlMetaDataProvider()
Declaration
public XamlMetaDataProvider()
Methods
GetXamlType(String)
GetXamlType(String)
Declaration
public IXamlType GetXamlType(string fullName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | fullName |
Returns
| Type |
|---|
| Windows.UI.Xaml.Markup.IXamlType |
GetXamlType(Type)
GetXamlType(Type)
Declaration
public IXamlType GetXamlType(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type |
|---|
| Windows.UI.Xaml.Markup.IXamlType |
GetXmlnsDefinitions()
GetXmlnsDefinitions()
Declaration
public XmlnsDefinition[] GetXmlnsDefinitions()
Returns
| Type |
|---|
| Windows.UI.Xaml.Markup.XmlnsDefinition[] |
Implements
Windows.UI.Xaml.Markup.IXamlMetadataProvider