IMultiSelectMenuHandler Interface

Definition

Important

This API is not CLS-compliant.

Provides a context menu handling for the multiple items in the object explorer.

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
Attributes
Implements

Properties

ContextMenuID

Gets the command ID of the context menu.

(Inherited from IMenuHandler)
Parent

Gets or sets the parent node in the hierarchy.

(Inherited from IMenuHandler)
Parents

Gets or sets the multiple items that will target a menu.

Methods

DoDefaultAction()

Invokes the default menu item.

(Inherited from IMenuHandler)
FillMenuCommands(IMenuCommandService)

Populates the MenuCommandService with the menu items.

(Inherited from IMenuHandler)
InvokeProperties()

Invokes the properties menu item.

(Inherited from IMenuHandler)
UpdateMenuCommandsStatus(MenuCommand)

Updates the status of the command.

(Inherited from IMenuHandler)

Events

OnRefresh

Occurs when the event handler is refreshed.

(Inherited from IMenuHandler)

Applies to