vsIndentStyle Enumeration

Defines indent styles.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.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 Default indent.
vsIndentStyleNone No indent.
vsIndentStyleSmart Smart indent.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace