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
[GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum vsIndentStyle
[GuidAttribute(L"BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum class vsIndentStyle
[<GuidAttribute("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")>]
type vsIndentStyle
public enum vsIndentStyle
Members
Member name | Description | |
---|---|---|
vsIndentStyleDefault | Indicates block indenting. | |
vsIndentStyleNone | Indicates no indenting. | |
vsIndentStyleSmart | Indicates language style specific indenting. |