vsIndentStyle Enumeration
Indicates how indenting is handled in a code editor.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")> _
Public Enumeration vsIndentStyle
'Usage
Dim instance As vsIndentStyle
[GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum vsIndentStyle
[GuidAttribute(L"BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum class vsIndentStyle
public enum vsIndentStyle
Members
Member name | Description | |
---|---|---|
vsIndentStyleNone | Indicates no indenting. | |
vsIndentStyleDefault | Indicates block indenting. | |
vsIndentStyleSmart | Indicates language style specific indenting. |