XmlOutputMethod 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定用於序列化 XmlWriter 輸出的方法。
public enum class XmlOutputMethod
public enum XmlOutputMethod
type XmlOutputMethod =
Public Enum XmlOutputMethod
- 繼承
欄位
AutoDetect | 3 | |
Html | 1 | 根據 XSLT 指定的 HTML 規則進行序列化。 |
Text | 2 | 只序列化文字區塊。 |
Xml | 0 | 根據 XML 1.0 規則進行序列化。 |