IndentationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration that indicates the indentation mode that is used during metadata serialization.
public enum IndentationMode
type IndentationMode =
Public Enum IndentationMode
- Inheritance
-
IndentationMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default mode of indentation, that is determined based of the style of metadata serialization. |
Tabs | 1 | The indentation is done using tabs. |
Spaces | 2 | The indentation is done using spaces. |