OpenXmlElement.GetAttribute(String, String) Méthode
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.
Obtient un attribut Open XML avec le nom de balise et l’URI d’espace de noms spécifiés.
public DocumentFormat.OpenXml.OpenXmlAttribute GetAttribute (string localName, string namespaceUri);
member this.GetAttribute : string * string -> DocumentFormat.OpenXml.OpenXmlAttribute
Public Function GetAttribute (localName As String, namespaceUri As String) As OpenXmlAttribute
Paramètres
- localName
- String
Nom de la balise.
- namespaceUri
- String
URI de l’espace de noms.
Retours
Retourne un clone de l’attribut OpenXmlAttribute avec un nom local égal à « localName » et un URI d’espace de noms égal à « namespaceUri ».
Exceptions
Lorsque « localName » est vide.
Lorsque l’élément n’a pas l’attribut spécifié.