Package.IOleCommandTarget.QueryStatus 方法

查询该对象以获得由用户界面事件生成的一个或多个命令的状态。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Private Function QueryStatus ( _
    ByRef guidGroup As Guid, _
    nCmdId As UInteger, _
    oleCmd As OLECMD(), _
    oleText As IntPtr _
) As Integer Implements IOleCommandTarget.QueryStatus
int IOleCommandTarget.QueryStatus(
    ref Guid guidGroup,
    uint nCmdId,
    OLECMD[] oleCmd,
    IntPtr oleText
)

参数

  • guidGroup
    类型:System.Guid%
    命令属于命令组的 GUID。
  • nCmdId
    类型:System.UInt32
    元素数。 oleCmd 数组。在 Visual Studio 此数字始终为 1。
  • oleText
    类型:System.IntPtr
    对返回名称和状态信息的一 OLECMDTEXT 结构的指针单个命令的。可以是指示的 nullnull 引用(在 Visual Basic 中为 Nothing) 调用方不需要此信息。

返回值

类型:System.Int32
S_OK ,如果方法成功,否则错误代码。; 如果未能找到,此方法返回 OLECMDERR_E_NOTSUPPORTEDIOleCommandTarget 实例。

实现

IOleCommandTarget.QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)

.NET Framework 安全性

请参见

参考

Package 类

Microsoft.VisualStudio.Shell 命名空间