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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.