Commands2 Methods
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Int32, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft internal use only. |
![]() | AddCommandBar(String^, vsCommandBarType, Object^, Int32) | Creates a command bar that is saved and available the next time the environment is started. |
![]() | AddNamedCommand(AddIn^, String^, String^, String^, Boolean, Int32, array<Object^>^, Int32) | Creates a named command that is saved by the environment and made available the next time the environment starts. |
![]() | AddNamedCommand2(AddIn^, String^, String^, String^, Boolean, Object^, array<Object^>^, Int32, Int32, vsCommandControlType) | Creates a named command that is saved by the environment and made available the next time the environment starts, even if the add-in is not loaded on environment startup. |
![]() | CommandInfo(Object^, String^, Int32) | Returns the command GUID and ID associated with the given CommandBar control. |
![]() | GetEnumerator() | Gets an enumerator for items in the Commands collection. |
![]() | Item(Object^, Int32) | Returns an indexed member of a collection. |
![]() | Raise(String^, Int32, Object^, Object^) | Executes the specified command. |
![]() | RemoveCommandBar(Object^) | Removes a command bar that was created with the AddCommandBar method. |
![]() | UpdateCommandUI(Boolean) | Forces a refresh of the command UI state. |
