Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Invoke | Invokes the command with the specified arguments and options. |
Top