_vsIndentStyle 枚举

指定缩进样式。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Enumeration _vsIndentStyle
public enum _vsIndentStyle
public enum class _vsIndentStyle
type _vsIndentStyle
public enum _vsIndentStyle

成员

成员名称 说明
vsIndentStyleDefault 默认样式。
vsIndentStyleNone 不缩进样式。
vsIndentStyleSmart 智能缩进。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间