XmlnsDictionary.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 possible prefix-XAML namespace mappings (NamespaceDeclaration values) that are available in the active schema context.
public:
virtual 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>
override this.GetNamespacePrefixes : unit -> seq<System.Xaml.NamespaceDeclaration>
Public Function GetNamespacePrefixes () As IEnumerable(Of NamespaceDeclaration)
Public Iterator Overridable NotOverridable Function GetNamespacePrefixes () As IEnumerable(Of NamespaceDeclaration)
Returns
An enumerable set of NamespaceDeclaration values. To get the prefix strings specifically, get the Prefix value from each value returned.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.