SqlWorkbenchHierarchy.DisplayContextMenu(HierarchyNodeList, POINTS) Method

Definition

protected:
 virtual void DisplayContextMenu(Microsoft::SqlServer::Management::UI::VSIntegration::HierarchyNodeList ^ nodesList, Microsoft::VisualStudio::Shell::Interop::POINTS pt);
protected virtual void DisplayContextMenu(Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNodeList nodesList, Microsoft.VisualStudio.Shell.Interop.POINTS pt);
abstract member DisplayContextMenu : Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNodeList * Microsoft.VisualStudio.Shell.Interop.POINTS -> unit
override this.DisplayContextMenu : Microsoft.SqlServer.Management.UI.VSIntegration.HierarchyNodeList * Microsoft.VisualStudio.Shell.Interop.POINTS -> unit
Protected Overridable Sub DisplayContextMenu (nodesList As HierarchyNodeList, pt As POINTS)

Parameters

nodesList
HierarchyNodeList
pt
POINTS

Applies to