XmlWriterSettings.OutputMethod プロパティ

定義

XmlWriter出力のシリアル化に使用するメソッドを取得します。

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値の 1 つ。 既定値は Xml です。

注釈

このプロパティは、出力のシリアル化に使用するメソッドを指定します。 出力は、HTML ルール、XML 1.0 ルールなどを使用してシリアル化できます。 この設定は XSLT プロセッサによって設定され、Visual Studioによって内部的に使用されます。

適用対象