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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.