XmlNotation.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 les enfants du nœud dans le XmlWriter spécifié. Cette méthode n'a aucun effet sur les nœuds XmlNotation.
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 du modèle DOM (Document Object Model).