Partilhar via


Enumeração vsCommandControlType

Descreve o tipo de controle que deve ser usado para um comando.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
<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

Membros

Nome do membro Descrição
vsCommandControlTypeButton Um controle de botão.
vsCommandControlTypeDropDownCombo Um controle de caixa de combinação Drop-down.
vsCommandControlTypeMRUCombo Um controle de caixa de combinação que mais recentemente usada.
vsCommandControlTypeMRUButton Um controle de botão usados recentemente.

Comentários

Melhora os controles disponíveis por meio da barra de comandos.

Consulte também

Referência

Namespace EnvDTE80