WriteState Enumeration
.NET Framework 3.0
Specifies the state of the XmlWriter.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
Assembly: System.Xml (in system.xml.dll)
| Member name | Description | |||
|---|---|---|---|---|
![]() | Attribute | An attribute value is being written. | ||
![]() | Closed | The Close method has been called. | ||
![]() | Content | The element content is being written. | ||
![]() | Element | An element start tag is being written. | ||
![]() | Error | An exception has been thrown, which has left the XmlWriter in an invalid state. You may call the Close method to put the XmlWriter in the Closed state. Any other XmlWriter method calls results in an InvalidOperationException being thrown.
| ||
![]() | Prolog | The prolog is being written. | ||
![]() | Start | A Write method has not been called. |
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
