FindMyFiles
FindMyFiles.FindMyFiles_XamlTypeInfo
XamlMetaDataProvider Class
Main class for providing metadata for the app or library
public sealed class XamlMetaDataProvider : Microsoft.UI.Xaml.Markup.IXamlMetadataProvider
Inheritance System.Object → XamlMetaDataProvider
Implements Microsoft.UI.Xaml.Markup.IXamlMetadataProvider
Methods
XamlMetaDataProvider.GetXamlType(string) Method
GetXamlType(String)
public Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(string fullName);
Parameters
fullName System.String
Implements GetXamlType(string)
Returns
Microsoft.UI.Xaml.Markup.IXamlType
XamlMetaDataProvider.GetXamlType(Type) Method
GetXamlType(Type)
public Microsoft.UI.Xaml.Markup.IXamlType GetXamlType(System.Type type);
Parameters
type System.Type
Implements GetXamlType(Type)
Returns
Microsoft.UI.Xaml.Markup.IXamlType
XamlMetaDataProvider.GetXmlnsDefinitions() Method
GetXmlnsDefinitions()
public Microsoft.UI.Xaml.Markup.XmlnsDefinition[] GetXmlnsDefinitions();
Implements GetXmlnsDefinitions()