XmlDocumentType::WriteContentTo Method (XmlWriter^)

 

Saves all the children of the node to the specified XmlWriter. For XmlDocumentType nodes, this method has no effect.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual void WriteContentTo(
	XmlWriter^ w
) override

Parameters

w
Type: System.Xml::XmlWriter^

The XmlWriter to which you want to save.

.NET Framework
Available since 1.1
Return to top
Show: