IMultiSelectMenuHandler 接口

定义

重要

此 API 不符合 CLS。

为对象浏览器中的多个项目提供上下文菜单处理。

public interface class IMultiSelectMenuHandler : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IMenuHandler
[System.CLSCompliant(false)]
public interface IMultiSelectMenuHandler : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IMenuHandler
[<System.CLSCompliant(false)>]
type IMultiSelectMenuHandler = interface
    interface IMenuHandler
Public Interface IMultiSelectMenuHandler
Implements IMenuHandler
属性
实现

属性

名称 说明
ContextMenuID

获取上下文菜单的命令ID。

(继承自 IMenuHandler)
Parent

获取或设置层级中的父节点。

(继承自 IMenuHandler)
Parents

获取或设置多个目标菜单。

方法

名称 说明
DoDefaultAction()

调用默认菜单项。

(继承自 IMenuHandler)
FillMenuCommands(IMenuCommandService)

用菜单项填充 MenuCommandService。

(继承自 IMenuHandler)
InvokeProperties()

调用属性菜单项。

(继承自 IMenuHandler)
UpdateMenuCommandsStatus(MenuCommand)

更新命令状态。

(继承自 IMenuHandler)

活动

名称 说明
OnRefresh

当事件处理程序刷新时发生。

(继承自 IMenuHandler)

适用于