vsIndentStyle Enumeration

Definition

Gibt an, wie der Einzug in einem Code-Editor behandelt wird.

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

Felder

vsIndentStyleDefault 1

Gibt den Block Einzug an.

vsIndentStyleNone 0

Gibt an, dass kein Einzug durchlaufen wird.

vsIndentStyleSmart 2

Gibt den im Sprachstil spezifischen Einzug an.

Gilt für