IXamlNamespaceResolver.GetNamespacePrefixes 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.
Returns all the possible prefix-to-XAML namespace mappings (NamespaceDeclaration values) that are available in the active XAML schema context.
public:
System::Collections::Generic::IEnumerable<System::Xaml::NamespaceDeclaration ^> ^ GetNamespacePrefixes();
public System.Collections.Generic.IEnumerable<System.Xaml.NamespaceDeclaration> GetNamespacePrefixes ();
abstract member GetNamespacePrefixes : unit -> seq<System.Xaml.NamespaceDeclaration>
Public Function GetNamespacePrefixes () As IEnumerable(Of NamespaceDeclaration)
Returns
An enumerable set of NamespaceDeclaration values. To get all the prefix strings, get the Prefix value from each value in the returned set. To get prefixes for specific XAML namespaces, process any return value that has the desired Namespace value.