Class XamlMetaDataProvider
Inheritance
System.Object
XamlMetaDataProvider
Namespace: Controls.Controls_Desktop_XamlTypeInfo
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class XamlMetaDataProvider : Object, IXamlMetadataProvider
Constructors
XamlMetaDataProvider()
Declaration
public XamlMetaDataProvider()
Methods
GetXamlType(String)
Declaration
public IXamlType GetXamlType(string fullName)
Parameters
|
System.String
fullName
|
Returns
|
Microsoft.UI.Xaml.Markup.IXamlType
|
GetXamlType(Type)
Declaration
public IXamlType GetXamlType(Type type)
Parameters
|
System.Type
type
|
Returns
|
Microsoft.UI.Xaml.Markup.IXamlType
|
GetXmlnsDefinitions()
Declaration
public XmlnsDefinition[] GetXmlnsDefinitions()
Returns
|
Microsoft.UI.Xaml.Markup.XmlnsDefinition[]
|