XmlWriterSettings.OutputMethod 속성

정의

XmlWriter 출력을 serialize하는 데 사용되는 메서드를 가져옵니다.

public:
 property System::Xml::XmlOutputMethod OutputMethod { System::Xml::XmlOutputMethod get(); };
public System.Xml.XmlOutputMethod OutputMethod { get; }
member this.OutputMethod : System.Xml.XmlOutputMethod
Public ReadOnly Property OutputMethod As XmlOutputMethod

속성 값

XmlOutputMethod

XmlOutputMethod 값 중 하나입니다. 기본값은 Xml입니다.

설명

이 속성은 출력을 serialize하는 데 사용되는 메서드를 지정합니다. 출력은 HTML 규칙, XML 1.0 규칙 등을 사용하여 serialize할 수 있습니다. 이 설정은 XSLT 프로세서에 의해 설정되며 Visual Studio 내부적으로 사용됩니다.

적용 대상