XmlEntityReference::WriteContentTo Method (XmlWriter^)

 

Saves all the children of the node to the specified XmlWriter.

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.

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

.NET Framework
Available since 1.1
Return to top
Show: