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 | 드롭다운 콤보 상자 컨트롤 | |
vsCommandControlTypeMRUCombo | 가장 최근에 사용한 콤보 상자 컨트롤 | |
vsCommandControlTypeMRUButton | 가장 최근에 사용한 단추 컨트롤 |
설명
명령 모음을 통해 사용할 수 있는 컨트롤을 강화합니다.