OleMenuCommandService Members
Include Protected Members
Include Inherited Members
This class derives from the MenuCommandService class and implements IOleCommandTarget. MenuCommandService is the managed class used to add handlers for menu commands and to define verbs.
The OleMenuCommandService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OleMenuCommandService(IServiceProvider) | Creates a new menu command service. | |
OleMenuCommandService(IServiceProvider, IOleCommandTarget) | Creates a new menu command service. |
Top
Methods
Name | Description | |
---|---|---|
AddCommand | Adds a command handler to the menu command service. (Inherited from MenuCommandService.) | |
AddVerb | Adds a verb to the verb table of the MenuCommandService. (Inherited from MenuCommandService.) | |
Dispose | Releases all resources used by the MenuCommandService. (Inherited from MenuCommandService.) | |
Dispose | Releases all resources used by the MenuCommandService. (Inherited from MenuCommandService.) | |
EnsureVerbs | Ensures that the verb list has been created. (Inherited from MenuCommandService.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FindCommand | Searches for the MenuCommand associated with the given command ID. (Inherited from MenuCommandService.) | |
FindCommand | Searches for the MenuCommand associated with the given command. (Inherited from MenuCommandService.) | |
GetCommandList | Gets the command list for a given GUID. (Inherited from MenuCommandService.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService | Gets a reference to the requested service. (Inherited from MenuCommandService.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GlobalInvoke(CommandID) | Can be used to invoke any command within Visual Studio. (Overrides MenuCommandService.GlobalInvoke(CommandID).) | |
GlobalInvoke(CommandID, Object) | Can be used to invoke any command within Visual Studio. (Overrides MenuCommandService.GlobalInvoke(CommandID, Object).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCommandsChanged | Called by a menu command when its status has changed. (Overrides MenuCommandService.OnCommandsChanged(MenuCommandsChangedEventArgs).) | |
RemoveCommand | Removes the given menu command from the document. (Inherited from MenuCommandService.) | |
RemoveVerb | Removes the given verb from the document. (Inherited from MenuCommandService.) | |
ShowContextMenu | Shows the shortcut menu with the given command ID at the given location. (Overrides MenuCommandService.ShowContextMenu(CommandID, Int32, Int32).) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ParentTarget | ||
ServiceProvider | Obsolete. | |
Verbs | Gets a collection of the designer verbs that are currently available. (Inherited from MenuCommandService.) |
Top
Events
Name | Description | |
---|---|---|
MenuCommandsChanged | Occurs when the status of a menu command has changed. (Inherited from MenuCommandService.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IOleCommandTarget.Exec | Infrastructure. Executes the selected command. | |
IOleCommandTarget.QueryStatus | Infrastructure. Sets command status. |
Top