OleMenuCommandService.GlobalInvoke 方法 (CommandID)
可以使用 " 调用在 Visual Studio 中的所有命令。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Overrides Function GlobalInvoke ( _
commandID As CommandID _
) As Boolean
public override bool GlobalInvoke(
CommandID commandID
)
参数
- commandID
类型:System.ComponentModel.Design.CommandID
命令的命令 ID 的搜索和执行。
返回值
类型:System.Boolean
true ,如果调用成功;否则, false。
实现
IMenuCommandService.GlobalInvoke(CommandID)
备注
GlobalInvoke 方法可用于调用在 Visual Studio 中的所有命令。 Visual Studio 使用内置搜索层次结构搜索请求的命令。 搜索模式支持当前文档窗口然后从移到更广泛的焦点。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。