OpenXmlElement.WriteTo(XmlWriter) 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.
Enregistre le nœud actuel dans le XmlWriter spécifié.
public virtual void WriteTo (System.Xml.XmlWriter xmlWriter);
abstract member WriteTo : System.Xml.XmlWriter -> unit
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overridable Sub WriteTo (xmlWriter As XmlWriter)
Paramètres
- xmlWriter
- XmlWriter
XmlWriter dans lequel enregistrer le nœud actuel.