This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
XmlText.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);