XmlTextWriter.WriteState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.