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 值之一。 默认值为 Xml

注解

此属性指定用于序列化输出的方法。 可以使用 HTML 规则、XML 1.0 规则等序列化输出。 此设置由 XSLT 处理器设置,由Visual Studio在内部使用。

适用于