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.
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. |
Namespace: System.NewXml
Assembly: System.Xml.dll