Share via


XmlNotation.WriteContentTo(XmlWriter) Méthode

Définition

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

w
XmlWriter

L'élément XmlWriter dans lequel vous voulez enregistrer.

Remarques

Cette méthode est une extension Microsoft du modèle DOM (Document Object Model).

S’applique à