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!

XmlDocument.Save (XmlWriter)

Saves the XML document to the specified XmlWriter.

[Visual Basic]
Overloads Overridable Public Sub Save( _
   ByVal writer As XmlWriter _
)
[C#]
public virtual void Save(
   XmlWriter writer
);
[C++]
public: virtual void Save(
   XmlWriter* writer
);
[JScript]
public function Save(
   writer : XmlWriter
);

Parameters

writer
The XmlWriter where you want to save the document.

See Also

XmlDocument Class | XmlDocument Members | System.NewXml Namespace | XmlDocument.Save Overload List