IOleMenuCommand Interface
Represents an OLE menu command.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface IOleMenuCommand
[ComVisibleAttribute(false)]
public interface IOleMenuCommand
[ComVisibleAttribute(false)]
public interface class IOleMenuCommand
[<ComVisibleAttribute(false)>]
type IOleMenuCommand = interface end
public interface IOleMenuCommand
The IOleMenuCommand type exposes the following members.
Properties
Name | Description | |
---|---|---|
ParametersDescription | Gets or sets the parameter description. | |
Text | Gets or sets the text. |
Top
Methods
Name | Description | |
---|---|---|
DynamicItemMatch | Allows a dynamic item command to match the subsequent items in its list. | |
Invoke | Invokes the command. |
Top