CommandBarsClass Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^, Object^, Object^, Object^) | Adds a command bar. |
![]() | add_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^) | Adds the OnUpdate event handler. |
![]() | AddEx(Object^, Object^, Object^, Object^, Object^) | Adds a command bar, including its protection level. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FindControl(Object^, Object^, Object^, Object^) | Finds the command bar control that has the specified characteristics. |
![]() | FindControls(Object^, Object^, Object^, Object^) | Finds all the command bar controls that match the given criteria. |
![]() | GetEnumerator() | Gets the enumerator. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseFocus() | Releases the focus on this command bar. |
![]() | remove_OnUpdate(_CommandBarsEvents_OnUpdateEventHandler^) | Removes the OnUpdate event handler. |
![]() | ToString() | (Inherited from Object.) |
Show:

