Partager via


IMenuCommandInvokeEx.Invoke, méthode

Appelle la commande avec les arguments et les options spécifiés.

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

Syntaxe

'Déclaration
Sub Invoke ( _
    inArg As Object, _
    outArg As IntPtr, _
    options As OLECMDEXECOPT _
)
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é de la commande.

Sécurité .NET Framework

Voir aussi

Référence

IMenuCommandInvokeEx Interface

Microsoft.VisualStudio.Shell, espace de noms