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)

[ComVisibleAttribute(false)]
public interface IOleMenuCommand

NameDescription
System_CAPS_pubpropertyParametersDescription

Gets or sets the parameter description.

System_CAPS_pubpropertyText

Gets or sets the text.

NameDescription
System_CAPS_pubmethodDynamicItemMatch(Int32)

Allows a dynamic item command to match the subsequent items in its list.

System_CAPS_pubmethodInvoke(Object, IntPtr)

Invokes the command.

Return to top
Show: