OpenXmlElement.AddAnnotation(Object) 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.
Ajoute un objet à la liste d’annotations de l’élément OpenXmlElement actuel.
public void AddAnnotation (object annotation);
member this.AddAnnotation : obj -> unit
Public Sub AddAnnotation (annotation As Object)
Paramètres
- annotation
- Object
Annotation à ajouter à l’élément OpenXmlElement actuel.