XmlForClauseOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Enum 用來儲存不同的子句選項 XML
此列舉支援其成員值的位元組合。
[System.Flags]
[System.Serializable]
public enum XmlForClauseOptions
[<System.Flags>]
[<System.Serializable>]
type XmlForClauseOptions =
Public Enum XmlForClauseOptions
- 繼承
-
XmlForClauseOptions
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| None | 0 | |
| Raw | 1 | |
| Auto | 2 | |
| Explicit | 4 | |
| Path | 8 | |
| XmlData | 16 | |
| XmlSchema | 32 | |
| Elements | 64 | |
| ElementsXsiNil | 128 | |
| ElementsAbsent | 256 | |
| ElementsAll | 448 | |
| BinaryBase64 | 512 | |
| Type | 1024 | |
| Root | 2048 |