XmlEntityReference.WriteTo(XmlWriter) Method

Definition

Saves the node to the specified XmlWriter.

public:
 override void WriteTo(System::Xml::XmlWriter ^ w);
public override void WriteTo (System.Xml.XmlWriter w);
override this.WriteTo : System.Xml.XmlWriter -> unit
Public Overrides Sub WriteTo (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