Condividi tramite


Metodo OleMenuCommandService.IOleCommandTarget.QueryStatus

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Lo stato del comando di set.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function QueryStatus ( _
    ByRef guidGroup As Guid, _
    nCmdId As UInteger, _
    oleCmd As OLECMD(), _
    oleText As IntPtr _
) As Integer Implements IOleCommandTarget.QueryStatus
int IOleCommandTarget.QueryStatus(
    ref Guid guidGroup,
    uint nCmdId,
    OLECMD[] oleCmd,
    IntPtr oleText
)

Parametri

  • guidGroup
    Tipo: System.Guid%
    System.Guid guidGroup.Il gruppo del menu.Questa implementazione esegue il mapping del gruppo a CommandID.Guid.
  • nCmdId
    Tipo: System.UInt32
    System.UInt32 nCmdId.Il codice di ID di comando.Questa implementazione esegue il mapping del nCmdId a CommandID.ID.
  • oleText
    Tipo: System.IntPtr
    System.IntPtroleText.Un puntatore a un testo BSTR.Se il comando è un verbo il nome del verbo verrà fornito di seguito.

Valore restituito

Tipo: System.Int32
Un codice HRESULT che indica l'esito positivo o negativo della chiamata.Gli HRESULT possono essere restituiti:

Value

descrizione

S_OK

Il comando è in stato richiamato.

OLECMDERR_E_UNKNOWNGROUP

Il gruppo GUID non corrisponde alla proprietà del GUID di commandID per qualsiasi comando o verbo.

OLECMDERR_E_NOTSUPPORTED

Il gruppo è stato trovato, ma nessun comando o verbo con un ID che corrisponde a.Ciò viene restituita se la proprietà di OleStatus di un comando che era restituisce trovati zero.

Implementa

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

Note

Questo metodo viene definito come implementazione dell'interfaccia privata per IOleCommandTarget.Per usarlo, uno strumento o nella finestra del documento implementa generalmente IOleCommandTarget stesso quindi inoltra le chiamate a l contenuto in MenuCommandService.Questa implementazione di QueryStatus utilizza FindCommand se un comando esiste e quindi impostare oleCmd.cmdf al codice di stato restituito dalla proprietà di OleStatus del comando.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OleMenuCommandService Classe

Spazio dei nomi Microsoft.VisualStudio.Shell