XmlWriterSettings Properties

XmlWriterSettings Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The XmlWriterSettings type exposes the following members.

  NameDescription
Public property Async Gets or sets a value that indicates whether asynchronous XmlWriter methods can be used on a particular XmlWriter instance.
Public property CheckCharacters Gets or sets a value indicating whether to do character checking.
Public property CloseOutput Gets or sets a value indicating whether the XmlWriter should also close the underlying stream or TextWriter when the Close method is called.
Public property ConformanceLevel Gets or sets the level of conformance which the XmlWriter complies with.
Public property Encoding Gets or sets the text encoding to use.
Public property Indent Gets or sets a value indicating whether to indent elements.
Public property IndentChars Gets or sets the character string to use when indenting. This setting is used when the Indent property is set to true.
Public property NamespaceHandling Gets or sets the NamespaceHandling enumeration used to specify whether to remove duplicate namespace declarations in the XmlWriter. For the duplicate namespace to be removed, the prefix and the namespace have to match.
Public property NewLineChars Gets or sets the character string to use for line breaks.
Public property NewLineHandling Gets or sets a value indicating whether to normalize line breaks in the output.
Public property NewLineOnAttributes Gets or sets a value indicating whether to write attributes on a new line.
Public property OmitXmlDeclaration Gets or sets a value indicating whether to write an XML declaration.
Public property WriteEndDocumentOnClose Gets or sets a value that indicates whether the XmlWriter will add closing tags to all unclosed element tags when the Close method is called.
Top

Show:
© 2017 Microsoft