Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
vsIndentStyleNone | Indicates no indenting. | |
vsIndentStyleDefault | Indicates block indenting. | |
vsIndentStyleSmart | Indicates language style specific indenting. |