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!

XmlTextWriter.Reset

Enables you to write multiple XML documents to one stream.

[Visual Basic]
Public Sub Reset()
[C#]
public void Reset();
[C++]
public: void Reset();
[JScript]
public function Reset();

Exceptions

Exception Type Condition
InvalidOperationException There are unclosed elements.

Remarks

This matches the Reset method on the XmlReader.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace