Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the scope of the build.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("79946991-1AE2-4D2D-9768-FD7801BE7DAA")> _
Public Enumeration vsCommandBarType
'Usage
Dim instance As vsCommandBarType
[GuidAttribute("79946991-1AE2-4D2D-9768-FD7801BE7DAA")]
public enum vsCommandBarType
[GuidAttribute(L"79946991-1AE2-4D2D-9768-FD7801BE7DAA")]
public enum class vsCommandBarType
public enum vsCommandBarType
Members
| Member name | Description | |
|---|---|---|
| vsCommandBarTypePopup | A popup command bar | |
| vsCommandBarTypeToolbar | A toolbar command bar | |
| vsCommandBarTypeMenu | A menu command bar |