XmlWriter::Settings Property
Gets the XmlWriterSettings object used to create this XmlWriter instance.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml::XmlWriterSettings^The XmlWriterSettings object used to create this writer instance. If this writer was not created using the Create method, this property returns null.
| Exception | Condition |
|---|---|
| InvalidOperationException | An XmlWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.” |
The XmlWriterSettings class is used to specify the set of features to support on the created writer instance. The XmlWriterSettings object returned by the Settings property cannot be modified. Any attempt to change individual settings results in an exception being thrown.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1