System.Xml.WriteState Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml
Summary
Specifies the state of the XmlWriter.
C# Syntax:
[Serializable]
public enum WriteState
See also:
System.Xml Namespace

System.Xml.WriteState Member List:

Public Fields
Attribute An attribute value is being written.
Closed The XmlWriter.Close method has been called.
Content The element content is being written.
Element An element start tag is being written.
Prolog The prolog is being written.
Start A Write method has not been called.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.