Share via


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

Public method

OleMenuCommandService

Overloaded.

Top

Methods

 

Name

Description

Public method

AddCommand

Adds a command handler to the menu command service. (Inherited from MenuCommandService.)

Public method

AddVerb

Adds a verb to the verb table of the MenuCommandService. (Inherited from MenuCommandService.)

Public method

Dispose

Overloaded. Releases all resources used by the MenuCommandService.

Protected method

EnsureVerbs

Ensures that the verb list has been created. (Inherited from MenuCommandService.)

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

FindCommand

Overloaded. Searches for the MenuCommand associated with the given command ID.

Protected method

GetCommandList

Gets the command list for a given GUID. (Inherited from MenuCommandService.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Protected method

GetService

Gets a reference to the requested service. (Inherited from MenuCommandService.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

GlobalInvoke

Overloaded.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Protected method

OnCommandsChanged

Called by a menu command when its status has changed. (Overrides MenuCommandService.OnCommandsChanged(MenuCommandsChangedEventArgs).)

Public method

RemoveCommand

Removes the given menu command from the document. (Inherited from MenuCommandService.)

Public method

RemoveVerb

Removes the given verb from the document. (Inherited from MenuCommandService.)

Public method

ShowContextMenu

Shows the shortcut menu with the given command ID at the given location. (Overrides MenuCommandService.ShowContextMenu(CommandID, Int32, Int32).)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

ParentTarget

Protected property

ServiceProvider

Obsolete.

Public property

Verbs

Gets a collection of the designer verbs that are currently available. (Inherited from MenuCommandService.)

Top

Events

 

Name

Description

Public event

MenuCommandsChanged

Occurs when the status of a menu command has changed. (Inherited from MenuCommandService.)

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IOleCommandTarget.Exec

Infrastructure. Executes the selected command.

Explicit interface implemetationPrivate method

IOleCommandTarget.QueryStatus

Infrastructure. Sets command status.

Top

See Also

Reference

OleMenuCommandService Class

Microsoft.VisualStudio.Shell Namespace