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!

XmlNode.WriteContentTo

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

[Visual Basic]
MustOverride Public Sub WriteContentTo( _
   ByVal w As XmlWriter _
)
[C#]
public abstract void WriteContentTo(
   XmlWriter w
);
[C++]
public: virtual void WriteContentTo(
   XmlWriter* w
) = 0;
[JScript]
public abstract function WriteContentTo(
   w : XmlWriter
);

Parameters

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

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace