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)

適用対象