NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlEntity.WriteContentTo

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

[Visual Basic]
Overrides Public Sub WriteContentTo( _
   ByVal w As XmlWriter _
)
[C#]
public override void WriteContentTo(
   XmlWriter w
);
[C++]
public: override void WriteContentTo(
   XmlWriter* w
);
[JScript]
public override function WriteContentTo(
   w : XmlWriter
);

Parameters

w
The XmlWriter where you want to save the current node.

See Also

XmlEntity Class | XmlEntity Members | System.NewXml Namespace