IVsTextViewIntellisenseHost_Corrected.QueryStatus 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.9.0(在 Microsoft.VisualStudio.TextManager.Interop.9.0.dll 中)

语法

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

参数

  • pguidCmdGroup
    类型:Guid%
  • cCmds
    类型:UInt32
  • prgCmds
    类型:array<OLECMD[]
  • pCmdText
    类型:IntPtr

返回值

类型:Int32

.NET Framework 安全性

请参阅

参考

IVsTextViewIntellisenseHost_Corrected 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间