OpenXmlCompositeElement.AddChild(OpenXmlElement, Boolean) 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 l’élément spécifié à l’élément s’il s’agit d’un enfant connu. Cela ajoute l’élément à l’emplacement approprié en fonction du schéma.
public bool AddChild (DocumentFormat.OpenXml.OpenXmlElement newChild, bool throwOnError = true);
member this.AddChild : DocumentFormat.OpenXml.OpenXmlElement * bool -> bool
Public Function AddChild (newChild As OpenXmlElement, Optional throwOnError As Boolean = true) As Boolean
Paramètres
- newChild
- OpenXmlElement
Élément OpenXmlElement à ajouter.
- throwOnError
- Boolean
Indicateur pour indiquer si la méthode doit lever si l’enfant n’a pas pu être ajouté.
Retours
Réussite si l’élément a été ajouté ; sinon false
, .