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!

WriteState Enumeration

Specifies the state of the XmlWriter stream.

[Visual Basic]
Public Enum WriteState
[C#]
public enum WriteState
[C++]
public enum WriteState

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Attribute Writing an attribute value.
Closed Close has been called.
Content Writing element content.
Element Writing a the start tag for an element.
Prolog Writing the prolog.
Start Nothing has been written yet.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace