Partager via


FlavoredProject.IOleCommandTarget.QueryStatus, méthode

Interroge l'objet pour l'état d'un ou plusieurs commandes.

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

Syntaxe

'Déclaration
Private Function QueryStatus ( _
    ByRef pguidCmdGroup As Guid, _
    cCmds As UInteger, _
    prgCmds As OLECMD(), _
    pCmdText As IntPtr _
) As Integer Implements IOleCommandTarget.QueryStatus
int IOleCommandTarget.QueryStatus(
    ref Guid pguidCmdGroup,
    uint cCmds,
    OLECMD[] prgCmds,
    IntPtr pCmdText
)

Paramètres

  • pguidCmdGroup
    Type : System.Guid%
    GUID du groupe de commandes auquel les commandes appartiennent.
  • cCmds
    Type : System.UInt32
    Le nombre de commandes dans la matrice de commande.
  • pCmdText
    Type : System.IntPtr
    Pointeur à une structure d'OLECMDTEXT dans laquelle pour retourner le nom et/ou les informations d'état d'une commande unique.Peut être nullRéférence Null (Nothing en Visual Basic).

Valeur de retour

Type : System.Int32
Si la méthode a réussi, S_OK, sinon code d'erreur.

Implémentations

IOleCommandTarget.QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)

Remarques

Ce appels de méthode [M:Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.QueryStatus(]System.Guid@, System.UInt32, Microsoft.VisualStudio.OLE.Interop.OLECMD [], System.IntPtr[)] sur le service de menu.Pour les informations sur l'interface COM, consultez l'IOleCommandTarget : : QueryStatus.

Sécurité .NET Framework

Voir aussi

Référence

FlavoredProject Classe

Microsoft.VisualStudio.Shell.Flavor, espace de noms