CommandBarControls Interface
Visual Studio 2015
A set of command bar controls.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
| Name | Description | |
|---|---|---|
![]() | Application | Gets the DTE object. |
![]() | Count | Gets the number of command bar controls. |
![]() | Creator | Gets the ID of the application. |
![]() | Item[Object] | Gets the command bar control at the given name or index. |
![]() | Parent | Gets the parent of this list, which is the DTE object. |
| Name | Description | |
|---|---|---|
![]() | Add(Object, Object, Object, Object, Object) | Adds a command bar control with the given characteristics. |
![]() | GetEnumerator() | Gets the enumerator. |
Show:

