XmlWriterSettings.OutputMethod 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 값 중 하나입니다. 기본값은 Xml입니다.
설명
이 속성은 출력을 serialize하는 데 사용되는 메서드를 지정합니다. 출력은 HTML 규칙, XML 1.0 규칙 등을 사용하여 serialize할 수 있습니다. 이 설정은 XSLT 프로세서에 의해 설정되며 Visual Studio 내부적으로 사용됩니다.