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.
Indicates how indenting is handled in a code editor.
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
vsIndentStyleDefault | 1 | Indicates block indenting. |
vsIndentStyleNone | 0 | Indicates no indenting. |
vsIndentStyleSmart | 2 | Indicates language style specific indenting. |