OleMenuCommand 构造函数 (EventHandler, CommandID)

初始化 OleMenuCommand 新实例所指定的命令。

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

语法

声明
Public Sub New ( _
    invokeHandler As EventHandler, _
    id As CommandID _
)
public OleMenuCommand(
    EventHandler invokeHandler,
    CommandID id
)

参数

.NET Framework 安全性

请参见

参考

OleMenuCommand 类

OleMenuCommand 重载

Microsoft.VisualStudio.Shell 命名空间