WriteState

WriteState CF 1.0, ECMA 1.0, serializable

System.Xml (system.xml.dll) enum

As its name implies, this enumeration specifies the state of an XmlWriter instance: closed ( Closed ), not yet started ( Start ), or in the process of writing some portion of the XML document ( Attribute , Content , Element , or Prolog ).

 public enum  WriteState  {  Start = 0  ,  Prolog = 1  ,  Element = 2  ,  Attribute = 3  ,  Content = 4  ,  Closed = 5  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) WriteState

Returned By

XmlWriter.WriteState



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net