IMenuHandler Interface
SQL Server 2012
Provides context menu handling for the object explorer.
This API is not CLS-compliant. The CLS-compliant alternative is [false]. Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
The IMenuHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContextMenuID | Gets the command ID of the context menu. |
![]() | Parent | Gets or sets the parent node in the hierarchy. |
| Name | Description | |
|---|---|---|
![]() | DoDefaultAction | Invokes the default menu item. |
![]() | FillMenuCommands | Populates the MenuCommandService with the menu items. |
![]() | InvokeProperties | Invokes the properties menu item. |
![]() | UpdateMenuCommandsStatus | Updates the status of the command. |

