vsIndentStyle 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义缩进样式。
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
- 继承
-
vsIndentStyle
- 属性
字段
| vsIndentStyleDefault | 1 | 默认缩进。 |
| vsIndentStyleNone | 0 | 无缩进。 |
| vsIndentStyleSmart | 2 | 智能缩进。 |