XmlAttribute.NamespaceUri Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’URI (Uniform Resource Identifier) de l’espace de noms.
public:
property Platform::Object ^ NamespaceUri { Platform::Object ^ get(); };
IInspectable NamespaceUri();
public object NamespaceUri { get; }
var object = xmlAttribute.namespaceUri;
Public ReadOnly Property NamespaceUri As Object
Valeur de propriété
URI de l’espace de noms. Cela fait référence à la partie « uuu » de la déclaration d’espace de noms xmlns:nnn="uuu ».