IMultiSelectMenuItem Interface

Definition

Important

This API is not CLS-compliant.

Represents the menu items to be added to the DefaultMenuHandler class.

public interface class IMultiSelectMenuItem : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IMenuItem
[System.CLSCompliant(false)]
public interface IMultiSelectMenuItem : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IMenuItem
[<System.CLSCompliant(false)>]
type IMultiSelectMenuItem = interface
    interface IMenuItem
Public Interface IMultiSelectMenuItem
Implements IMenuItem
Attributes
Implements

Properties

CommandGuid

Gets the CommandID globally unique identifier (GUID) for the menu command.

(Inherited from IMenuItem)
ItemId

Gets the CommandID of the specific item for the menu command.

(Inherited from IMenuItem)
MenuHandler

Gets the event handler for the menu item.

(Inherited from IMenuItem)
MultiSelect

Gets a value indicating whether the menu item supports the MultiSelect.

(Inherited from IMenuItem)
Name

Gets the name of the command.

(Inherited from IMenuItem)
Parent

Gets or sets the parent node in the hierarchy.

(Inherited from IMenuItem)
Parents

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

Text

Gets the caption that is associated with the command.

(Inherited from IMenuItem)

Methods

UpdateMenuCommandStatus(MenuCommand)

Indicates the update of the menu command status for the menu item.

(Inherited from IMenuItem)

Applies to