संपादित करें

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


XmlDeclaration.WriteContentTo(XmlWriter) Method

Definition

Saves the children of the node to the specified XmlWriter. Because XmlDeclaration nodes do not have children, 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