Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Displays the command bar as a shortcut menu at the specified coordinates or at the current mouse coordinates.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub ShowPopup ( _
x As Object, _
y As Object _
)
void ShowPopup(
Object x,
Object y
)
void ShowPopup(
[InAttribute] Object^ x,
[InAttribute] Object^ y
)
abstract ShowPopup :
x:Object *
y:Object -> unit
function ShowPopup(
x : Object,
y : Object
)
Parameters
x
Type: System.ObjectAn integer representing the x coordinate of the location of the popup; if omitted, the current x coordinate of the mouse is used.
y
Type: System.ObjectAn integer representing the y coordinate of the location of the popup; if omitted, the current y coordinate of the mouse is used.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.