संपादित करें

इसके माध्यम से साझा किया गया


XmlDocumentType.WriteContentTo(XmlWriter) Method

Definition

Saves all the children of the node to the specified XmlWriter. For XmlDocumentType nodes, 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.

Applies to