Condividi tramite


OleMenuCommand Members

Include Protected Members
Include Inherited Members

This class is an expansion of the MenuCommand class.

The OleMenuCommand type exposes the following members.

Constructors

  Name Description
Public method OleMenuCommand(EventHandler, CommandID) Initializes a new instance of OleMenuCommand for the specified command.
Public method OleMenuCommand(EventHandler, CommandID, String) Initializes a new instance of OleMenuCommand for the specified command.
Public method OleMenuCommand(EventHandler, EventHandler, CommandID) Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers.
Public method OleMenuCommand(EventHandler, EventHandler, CommandID, String) Initializes a new instance of OleMenuCommand for the specified command with the specified invocation and status handlers.
Public method OleMenuCommand(EventHandler, EventHandler, EventHandler, CommandID) Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers.
Public method OleMenuCommand(EventHandler, EventHandler, EventHandler, CommandID, String) Initializes a new instance of OleMenuCommand for the specified command with the specified pre-QueryStatus, invocation, and status handlers.

Top

Methods

  Name Description
Public method DynamicItemMatch Allows a dynamic item command to match the subsequent items in its list.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Invoke Invokes the command. (Inherited from MenuCommand.)
Public method Invoke(Object) Executes the command. (Overrides MenuCommand.Invoke(Object).)
Public method Invoke(Object, IntPtr) Executes the command.
Public method Invoke(Object, IntPtr, OLECMDEXECOPT)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnCommandChanged Raises the CommandChanged event. (Inherited from MenuCommand.)
Public method ToString Returns a string representation of this menu command. (Inherited from MenuCommand.)

Top

Properties

  Name Description
Public property Checked Gets or sets a value indicating whether this menu item is checked. (Inherited from MenuCommand.)
Public property CommandID Gets the CommandID associated with this menu command. (Inherited from MenuCommand.)
Public property Enabled Gets a value indicating whether this menu item is available. (Inherited from MenuCommand.)
Public property MatchedCommandId Gets or sets a the command ID.
Public property OleStatus Gets the OLE command status code for this menu item. (Overrides MenuCommand.OleStatus.)
Public property ParametersDescription Gets or sets the description of the parameters of the command.
Public property Properties Gets the public properties associated with the MenuCommand. (Inherited from MenuCommand.)
Public property Supported Gets or sets a value indicating whether this menu item is supported. (Inherited from MenuCommand.)
Public property Text Gets or sets the text for the command.
Public property Visible Gets or sets a value indicating whether this menu item is visible. (Inherited from MenuCommand.)

Top

Events

  Name Description
Public event BeforeQueryStatus Called when a client requests the status of the command.
Public event CommandChanged Occurs when the menu command changes. (Inherited from MenuCommand.)

Top

See Also

Reference

OleMenuCommand Class

Microsoft.VisualStudio.Shell Namespace