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!

XmlDataDocument.WriteTo

Saves the current node to the specified XmlWriter.

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

Parameters

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

See Also

XmlDataDocument Class | XmlDataDocument Members | System.NewXml Namespace