IOleMenuCommand 接口
表示一个 OLE 命令。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public Interface IOleMenuCommand
[ComVisibleAttribute(false)]
public interface IOleMenuCommand
IOleMenuCommand 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ParametersDescription | 获取或设置参数声明。 | |
Text | 获取或设置文本。 |
页首
方法
名称 | 说明 | |
---|---|---|
DynamicItemMatch | 允许动态项命令与其后面的项列表。 | |
Invoke | 调用该命令。 |
页首