XmlWriterSettings.Reset 메서드

정의

설정 클래스의 멤버를 해당 기본값으로 다시 설정합니다.

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

설명

다음 표에서는 인스턴스 XmlWriterSettings에 대한 기본 속성 값을 보여줍니다.

속성 초기 값
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.

적용 대상