IXamlMetadataProvider.GetXmlnsDefinitions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of XMLNS (XAML namespace) definitions that apply to the context.
public:
Platform::Array <XmlnsDefinition> ^ GetXmlnsDefinitions();
winrt::array_view <XmlnsDefinition> GetXmlnsDefinitions();
public XmlnsDefinition[] GetXmlnsDefinitions();
function getXmlnsDefinitions()
Public Function GetXmlnsDefinitions () As XmlnsDefinition()
Returns
The set of XMLNS (XAML namespace) definitions.