XmlWriterSettings.Reset Metoda

Definice

Obnoví členy třídy settings na jejich výchozí hodnoty.

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

Poznámky

V následující tabulce jsou uvedeny výchozí hodnoty vlastností pro instanci .XmlWriterSettings

Vlastnost Počáteční hodnota
Async false.
CheckCharacters true.
CloseOutput false.
ConformanceLevel Document.
Encoding Encoding.UTF8.
Indent false.
IndentChars Dvě mezery.
NewLineChars \r\n.
NewLineHandling Replace.
NewLineOnAttributes false.
OmitXmlDeclaration false.
WriteEndDocumentOnClose true.

Platí pro