XmlWriterSettings.Reset 方法

定义

将设置类的成员重置为各自的默认值。

public:
 void Reset();
public void Reset ();
member this.Reset : unit -> unit
Public Sub Reset ()

注解

下表显示了 实例 XmlWriterSettings的默认属性值。

properties 初始值
Async false.
CheckCharacters true.
CloseOutput false.
ConformanceLevel Document.
Encoding Encoding.UTF8.
Indent false.
IndentChars 两个空格。
NewLineChars \r\n.
NewLineHandling Replace.
NewLineOnAttributes false.
OmitXmlDeclaration false.
WriteEndDocumentOnClose true.

适用于