IXamlNamespaceResolver.GetNamespacePrefixes Method

Definition

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.

Applies to