Partager via


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

Exécute la commande.

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 _
)
public virtual void Invoke(
    Object inArg,
    IntPtr outArg
)

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

IOleMenuCommand.Invoke(Object, IntPtr)

Sécurité .NET Framework

Voir aussi

Référence

OleMenuCommand Classe

Invoke, surcharge

Microsoft.VisualStudio.Shell, espace de noms