Partager via


OleMenuCommand.Invoke, méthode (Object, IntPtr, OLECMDEXECOPT)

Exécute la commande avec les paramètres et les options spécifiés d'exécution.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Public Overridable Sub Invoke ( _
    inArg As Object, _
    outArg As IntPtr, _
    options As OLECMDEXECOPT _
)
public virtual void Invoke(
    Object inArg,
    IntPtr outArg,
    OLECMDEXECOPT options
)

Paramètres

  • inArg
    Type : System.Object
    Le paramètre passé à la commande.
  • outArg
    Type : System.IntPtr
    Le paramètre retourné par la commande.

Implémentations

IMenuCommandInvokeEx.Invoke(Object, IntPtr, OLECMDEXECOPT)

Sécurité .NET Framework

Voir aussi

Référence

OleMenuCommand Classe

Invoke, surcharge

Microsoft.VisualStudio.Shell, espace de noms