INodeWithMenu.ShowContextMenu 메서드
Shows the context menu.
네임스페이스: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리: SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)
구문
‘선언
Sub ShowContextMenu ( _
screenPos As Point _
)
‘사용 방법
Dim instance As INodeWithMenu
Dim screenPos As Point
instance.ShowContextMenu(screenPos)
void ShowContextMenu(
Point screenPos
)
void ShowContextMenu(
Point screenPos
)
abstract ShowContextMenu :
screenPos:Point -> unit
function ShowContextMenu(
screenPos : Point
)
매개 변수
- screenPos
유형: System.Drawing.Point
A Point that contains the context of the menu.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스