_vsIndentStyle Enumeration
Specifies the style of indentation.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Enumeration _vsIndentStyle
public enum _vsIndentStyle
public enum class _vsIndentStyle
type _vsIndentStyle
public enum _vsIndentStyle
Members
Member name | Description | |
---|---|---|
vsIndentStyleDefault | The default style. | |
vsIndentStyleNone | No indent style. | |
vsIndentStyleSmart | Smart indent. |