XamlLanguage.XmlNamespaces Propriété

Définition

Obtient une collection des identificateurs d'espace de noms pour XML.

public:
 static property System::Collections::Generic::IList<System::String ^> ^ XmlNamespaces { System::Collections::Generic::IList<System::String ^> ^ get(); };
public static System.Collections.Generic.IList<string> XmlNamespaces { get; }
static member XmlNamespaces : System.Collections.Generic.IList<string>
Public Shared ReadOnly Property XmlNamespaces As IList(Of String)

Valeur de propriété

Collection des identificateurs d'espace de noms pour XML.

Remarques

Actuellement, cette collection contient uniquement la Xml1998Namespace valeur.

S’applique à