Compartir a través de


IVsIntellisenseCompletor.QueryStatus (Método) (Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[])

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function QueryStatus ( _
    ByRef pguidCmdGroup As Guid, _
    cCmds As UInteger, _
    <OutAttribute> prgCmds As OLECMD(), _
    <OutAttribute> pCmdText As OLECMDTEXT() _
) As Integer
int QueryStatus(
    ref Guid pguidCmdGroup,
    uint cCmds,
    OLECMD[] prgCmds,
    OLECMDTEXT[] pCmdText
)
int QueryStatus(
    [InAttribute] Guid% pguidCmdGroup, 
    [InAttribute] unsigned int cCmds, 
    [InAttribute] [OutAttribute] array<OLECMD>^ prgCmds, 
    [InAttribute] [OutAttribute] array<OLECMDTEXT>^ pCmdText
)
abstract QueryStatus : 
        pguidCmdGroup:Guid byref * 
        cCmds:uint32 * 
        prgCmds:OLECMD[] byref * 
        pCmdText:OLECMDTEXT[] byref -> int
function QueryStatus(
    pguidCmdGroup : Guid, 
    cCmds : uint, 
    prgCmds : OLECMD[], 
    pCmdText : OLECMDTEXT[]
) : int

Parámetros

  • pguidCmdGroup
    Tipo: Guid%

     

  • cCmds
    Tipo: UInt32

     

  • prgCmds
    Tipo: array<OLECMD[]

     

  • pCmdText
    Tipo: array<OLECMDTEXT[]

     

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseCompletor Interfaz

QueryStatus (Sobrecarga)

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)