vsIndentStyle Enum

Definition

Indicates how indenting is handled in a code editor.

public enum class vsIndentStyle
public enum class vsIndentStyle
enum vsIndentStyle
[System.Runtime.InteropServices.Guid("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")]
public enum vsIndentStyle
public enum vsIndentStyle
[<System.Runtime.InteropServices.Guid("BCCEBE05-D29C-11D2-AABD-00C04F688DDE")>]
type vsIndentStyle = 
type vsIndentStyle = 
Public Enum vsIndentStyle
Inheritance
vsIndentStyle
Attributes

Fields

vsIndentStyleDefault 1

Indicates block indenting.

vsIndentStyleNone 0

Indicates no indenting.

vsIndentStyleSmart 2

Indicates language style specific indenting.

Applies to