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!

XmlNotation.WriteTo

Saves the node to the specified XmlWriter.

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

Parameters

w
The XmlWriter where you want to save the node.

See Also

XmlNotation Class | XmlNotation Members | System.NewXml Namespace