XmlSignificantWhitespace.WriteContentTo(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 tous les enfants du nœud dans l’élément XmlWriter spécifié.
public:
override void WriteContentTo(System::Xml::XmlWriter ^ w);
public override void WriteContentTo (System.Xml.XmlWriter w);
override this.WriteContentTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteContentTo (w As XmlWriter)
Paramètres
L'élément XmlWriter
dans lequel vous voulez enregistrer.
Remarques
Cette méthode est une extension Microsoft au dom (Document Object Model).