OpenXmlElement.SetAttribute(OpenXmlAttribute) 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.
Définit un attribut sur l’élément spécifié. Si l’attribut est un attribut connu, la valeur de l’attribut est définie. Si l’attribut est un attribut étendu, l’attribut « openxmlAttribute » est ajouté à la liste des attributs étendus.
public void SetAttribute (DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute);
member this.SetAttribute : DocumentFormat.OpenXml.OpenXmlAttribute -> unit
Public Sub SetAttribute (openXmlAttribute As OpenXmlAttribute)
Paramètres
- openXmlAttribute
- OpenXmlAttribute
Attribut à définir sur l’élément .
Exceptions
Levée lorsque le LocalName du paramètre « openxmlAttribute » est null ou vide.
Levée lorsqu’une tentative de définition d’une déclaration d’espace de noms est effectuée.