IndentationMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,表示元數據串行化期間所使用的縮排模式。
public enum IndentationMode
type IndentationMode =
Public Enum IndentationMode
- 繼承
-
IndentationMode
欄位
Default | 0 | 根據元數據串行化樣式決定的預設縮排模式。 |
Spaces | 2 | 縮排是使用空格完成。 |
Tabs | 1 | 縮排是使用索引標籤來完成。 |