IVsProfferCommands3 Members
Include Protected Members
Include Inherited Members
Provides a proffer commands interface usable from managed code. The interface adds commands to or removes commands from the user interface.
The IVsProfferCommands3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddCommandBar | Adds a command bar to the user interface. | |
AddCommandBarControl | Adds a control to a command bar. | |
AddNamedCommand | Adds a named command. | |
AddNamedCommand2 | Adds a named command. Extends AddNamedCommand by adding a parameter to specify a UI element. | |
FindCommandBar | Find the object implementing a specific command. | |
RemoveCommandBar | Removes a command bar. | |
RemoveCommandBarControl | Remove a control from a command bar. | |
RemoveNamedCommand | Remove a named command. | |
RenameNamedCommand | Rename a named command. |
Top