vsIndentStyle 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.
Defines indent styles.
public enum class vsIndentStyle
public enum class vsIndentStyle
enum vsIndentStyle
[System.Runtime.InteropServices.Guid("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum vsIndentStyle
public enum vsIndentStyle
[<System.Runtime.InteropServices.Guid("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")>]
type vsIndentStyle =
type vsIndentStyle =
Public Enum vsIndentStyle
- Inheritance
-
vsIndentStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsIndentStyleNone | 0 | No indent. |
vsIndentStyleDefault | 1 | Default indent. |
vsIndentStyleSmart | 2 | Smart indent. |