다음을 통해 공유


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 네임스페이스