WriteState (System.Xml.WriteState)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: System.Xml.dll

Specifies the state of the XmlWriter .

VB.NET C#

C#

public enum struct WriteState : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Peachpit Press - 0321194454 - .NET Framework Standard Library ...

System.Xml WriteState Enum: XML

Bassic Code Library

... END PARENT tw.WriteEndDocument( ); } else { tw.Flush( ); tw.BaseStream.Write(endtag, 0, endtag.Length); } if( tw != null ){ tw.Flush( );} if (tw.WriteState != System.Xml.WriteState.Closed ...

MBR IT/.NET 247 : System.Xml Namespace [Details]

System.Xml.WriteState: System.Xml.XmlAttribute: System.Xml.XmlAttributeCollection ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your next ...

Mono Documentation

... The current instance is in the wrong System.Xml.WriteState , or the document does not have a root element.

Mono Documentation

Mono Class Library : System.Xml Namespace System.Xml.WriteState Enumeration ... Remarks When a writer is instantiated, the write state is set to Start . While ...

System.Xml.XmlTextWriter Class

System.Xml.XmlTextWriter.QuoteChar to the double quote character. System.Xml.XmlTextWriter.WriteState to System.Xml.WriteState.Start. See Also System.Xml.XmlTextWriter Class , System ...

System.Xml.XmlWriter Class

This method sets the System.Xml.XmlWriter.WriteState to System.Xml.WriteState.Closed. ] [ Overrides : This method must be overridden in order to provide the functionality ...

System.Xml.WriteState Enum

Base Types Object ValueType Enum WriteState. Assembly System.Xml Library XML Summary Specifies the write state of an instance of a class derived from the XmlWriter class.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support