XmlWriterSettings.OutputMethod プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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によって内部的に使用されます。