OleMenuCommandService Methods

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodAddCommand(MenuCommand^)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodAddVerb(DesignerVerb^)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodDispose()

(Inherited from MenuCommandService.)

System_CAPS_protmethodDispose(Boolean)

(Inherited from MenuCommandService.)

System_CAPS_protmethodEnsureVerbs()

(Inherited from MenuCommandService.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindCommand(CommandID^)

(Inherited from MenuCommandService.)

System_CAPS_protmethodFindCommand(Guid, Int32)

(Inherited from MenuCommandService.)

System_CAPS_protmethodGetCommandList(Guid)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetService(Type^)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGlobalInvoke(CommandID^)

Can be used to invoke any command within Visual Studio.(Overrides MenuCommandService::GlobalInvoke(CommandID^).)

System_CAPS_pubmethodGlobalInvoke(CommandID^, Object^)

Can be used to invoke any command within Visual Studio.(Overrides MenuCommandService::GlobalInvoke(CommandID^, Object^).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnCommandsChanged(MenuCommandsChangedEventArgs^)

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

System_CAPS_pubmethodRemoveCommand(MenuCommand^)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodRemoveVerb(DesignerVerb^)

(Inherited from MenuCommandService.)

System_CAPS_pubmethodShowContextMenu(CommandID^, Int32, Int32)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleCommandTarget::Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code. Executes the selected command.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIOleCommandTarget::QueryStatus(Guid, UInt32, array<OLECMD>^, IntPtr)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets command status.

Return to top
Show: