IMenuCommandInvokeEx Interface

Helps to invoke menu commands.

This API is not CLS-compliant. The CLS-compliant alternative is [None].

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(False)> _
Public Interface IMenuCommandInvokeEx
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(false)]
public interface IMenuCommandInvokeEx
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(false)]
public interface class IMenuCommandInvokeEx
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(false)>]
type IMenuCommandInvokeEx =  interface end
public interface IMenuCommandInvokeEx

The IMenuCommandInvokeEx type exposes the following members.

Methods

  Name Description
Public method Invoke Invokes the command with the specified arguments and options.

Top

See Also

Reference

Microsoft.VisualStudio.Shell Namespace