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

XmlOutputMethod 値のいずれか 1 つ。 既定値は、Xml です。

注釈

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

適用対象