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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.