Share via


vsCommandControlType 枚举

描述应该用于命令的控件的种类。

命名空间:  EnvDTE80
程序集:  EnvDTE80(在 EnvDTE80.dll 中)

语法

声明
<GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")> _
Public Enumeration vsCommandControlType
[GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")]
public enum vsCommandControlType
[GuidAttribute(L"765724FE-DDE5-422A-A008-198376C7B641")]
public enum class vsCommandControlType
[<GuidAttribute("765724FE-DDE5-422A-A008-198376C7B641")>]
type vsCommandControlType
public enum vsCommandControlType

成员

成员名称 说明
vsCommandControlTypeButton 按钮控件。
vsCommandControlTypeDropDownCombo 下拉组合框控件。
vsCommandControlTypeMRUButton 最近使用的按钮控件。
vsCommandControlTypeMRUCombo 最近使用的组合框控件。

备注

增强通过命令栏可用的控件的功能。

请参阅

参考

EnvDTE80 命名空间