ModelingWindowPane.MenuService 属性

获取菜单命令服务。

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

语法

声明
Public Overridable ReadOnly Property MenuService As IMenuCommandService
public virtual IMenuCommandService MenuService { get; }

属性值

类型:System.ComponentModel.Design.IMenuCommandService
默认情况下,窗口窗格的 IMenuCommandService 接口。

备注

派生类和承载的控件可以使用此服务将命令添加到窗格。 命令仅当窗口窗格具有焦点。 命令位置取决于 .vsct 文件。

通过使用此接口,则您可以将链接命令服务和关联处理程序与现有命令。

.NET Framework 安全性

请参见

参考

ModelingWindowPane 类

Microsoft.VisualStudio.Modeling.Shell 命名空间