XmlNotation.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 dans le XmlWriter spécifié. Cette méthode n'a aucun effet sur les nœuds XmlNotation
.
public:
override void WriteTo(System::Xml::XmlWriter ^ w);
public override void WriteTo (System.Xml.XmlWriter w);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (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).