Поделиться через


VsIntellisenseCompletorClass.QueryStatus - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
Public Overridable Function QueryStatus ( _
    ByRef pguidCmdGroup As Guid, _
    cCmds As UInteger, _
    <OutAttribute> prgCmds As OLECMD(), _
    <OutAttribute> pCmdText As OLECMDTEXT() _
) As Integer
public virtual int QueryStatus(
    ref Guid pguidCmdGroup,
    uint cCmds,
    OLECMD[] prgCmds,
    OLECMDTEXT[] pCmdText
)
public:
virtual 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  
override QueryStatus : 
        pguidCmdGroup:Guid byref * 
        cCmds:uint32 * 
        prgCmds:OLECMD[] byref * 
        pCmdText:OLECMDTEXT[] byref -> int
public function QueryStatus(
    pguidCmdGroup : Guid, 
    cCmds : uint, 
    prgCmds : OLECMD[], 
    pCmdText : OLECMDTEXT[]
) : int

Параметры

  • pguidCmdGroup
    Тип: Guid%
  • cCmds
    Тип: UInt32
  • prgCmds
    Тип: array<OLECMD[]
  • pCmdText
    Тип: array<OLECMDTEXT[]

Возвращаемое значение

Тип: Int32

Реализации

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

Безопасность платформы .NET Framework

См. также

Ссылки

VsIntellisenseCompletorClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен