XmlOutputMethod 列舉

定義

指定用來串行化 XmlWriter 輸出的方法。

public enum class XmlOutputMethod
public enum XmlOutputMethod
type XmlOutputMethod = 
Public Enum XmlOutputMethod
繼承
XmlOutputMethod

欄位

名稱 Description
Xml 0

依照 XML 1.0 規則序列化。

Html 1

依照 XSLT 指定的 HTML 規則序列化。

Text 2

只序列化文字區塊。

AutoDetect 3

執行時使用 XSLT 規則在輸出方法與輸出方法之間XmlHtml選擇。

適用於

另請參閱