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)

适用于