The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WriteState Enumeration
Silverlight
Specifies the state of the XmlWriter.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
![]() ![]() | Start | A Write method has not been called. |
![]() ![]() | Prolog | The prolog is being written. |
![]() ![]() | Element | An element start tag is being written. |
![]() ![]() | Attribute | An attribute value is being written. |
![]() ![]() | Content | The element content is being written. |
![]() ![]() | Closed | The Close method has been called. |
![]() ![]() | Error | An exception has been thrown, which has left the XmlWriter in an invalid state. You can call the Close method to put the XmlWriter in the Closed state. Any other XmlWriter method call will result in an InvalidOperationException. Note:This field was added in the .NET Framework version 2.0 release. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:


Note: