XmlTextWriter.WriteState Property

Definition

Gets the state of the writer.

public:
 virtual property System::Xml::WriteState WriteState { System::Xml::WriteState get(); };
public override System.Xml.WriteState WriteState { get; }
member this.WriteState : System.Xml.WriteState
Public Overrides ReadOnly Property WriteState As WriteState

Property Value

One of the WriteState values.

Remarks

Note

Starting with the .NET Framework 2.0, we recommend that you create XmlWriter instances by using the XmlWriter.Create method and the XmlWriterSettings class to take advantage of new functionality.

Applies to