XmlEntityReference.WriteContentTo(XmlWriter) Method

Definition

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

C#
public override void WriteContentTo(System.Xml.XmlWriter w);

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