This documentation is archived and is not being maintained.
WriteState Enumeration
.NET Framework 1.1
Specifies the state of the XmlWriter.
[Visual Basic] <Serializable> Public Enum WriteState [C#] [Serializable] public enum WriteState [C++] [Serializable] __value public enum WriteState [JScript] public Serializable enum WriteState
Members
| Member name | Description |
|---|---|
| Attribute Supported by the .NET Compact Framework. | An attribute value is being written. |
| Closed Supported by the .NET Compact Framework. | The Close method has been called. |
| Content Supported by the .NET Compact Framework. | The element content is being written. |
| Element Supported by the .NET Compact Framework. | An element start tag is being written. |
| Prolog Supported by the .NET Compact Framework. | The prolog is being written. |
| Start Supported by the .NET Compact Framework. | A Write method has not been called. |
Requirements
Namespace: System.Xml
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: