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 命名空间