MenuCommandsService.ShowContextMenu Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| ShowContextMenu(ServiceProvider, CommandID) | |
| ShowContextMenu(CommandID, Int32, Int32) | |
| ShowContextMenu(ServiceProvider, CommandID, Int32, Int32) |
ShowContextMenu(ServiceProvider, CommandID)
public:
void ShowContextMenu(Microsoft::SqlServer::Management::UI::VSIntegration::ServiceProvider ^ sp, System::ComponentModel::Design::CommandID ^ menuID);
public void ShowContextMenu(Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider sp, System.ComponentModel.Design.CommandID menuID);
member this.ShowContextMenu : Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider * System.ComponentModel.Design.CommandID -> unit
Public Sub ShowContextMenu (sp As ServiceProvider, menuID As CommandID)
Parameters
- menuID
- CommandID
Applies to
ShowContextMenu(CommandID, Int32, Int32)
public:
virtual void ShowContextMenu(System::ComponentModel::Design::CommandID ^ menuID, int x, int y);
public void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y);
abstract member ShowContextMenu : System.ComponentModel.Design.CommandID * int * int -> unit
override this.ShowContextMenu : System.ComponentModel.Design.CommandID * int * int -> unit
Public Sub ShowContextMenu (menuID As CommandID, x As Integer, y As Integer)
Parameters
- menuID
- CommandID
- x
- Int32
- y
- Int32
Implements
Applies to
ShowContextMenu(ServiceProvider, CommandID, Int32, Int32)
public:
void ShowContextMenu(Microsoft::SqlServer::Management::UI::VSIntegration::ServiceProvider ^ sp, System::ComponentModel::Design::CommandID ^ menuID, int x, int y);
public void ShowContextMenu(Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider sp, System.ComponentModel.Design.CommandID menuID, int x, int y);
member this.ShowContextMenu : Microsoft.SqlServer.Management.UI.VSIntegration.ServiceProvider * System.ComponentModel.Design.CommandID * int * int -> unit
Public Sub ShowContextMenu (sp As ServiceProvider, menuID As CommandID, x As Integer, y As Integer)
Parameters
- menuID
- CommandID
- x
- Int32
- y
- Int32