Επεξεργασία

Κοινή χρήση μέσω


XmlText.WriteContentTo(XmlWriter) Method

Definition

Saves all the children of the node to the specified XmlWriter. XmlText nodes do not have children, so this method has no effect.

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)

Parameters

w
XmlWriter

The XmlWriter to which you want to save.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM).

Applies to