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.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntax
'Declaration
Public Overridable Sub ShowContextMenu ( _
menuId As Integer, _
groupGuid As Guid, _
target As IOleCommandTarget, _
x As Integer, _
y As Integer _
)
public virtual void ShowContextMenu(
int menuId,
Guid groupGuid,
IOleCommandTarget target,
int x,
int y
)
public:
virtual void ShowContextMenu(
int menuId,
Guid groupGuid,
IOleCommandTarget^ target,
int x,
int y
)
abstract ShowContextMenu :
menuId:int *
groupGuid:Guid *
target:IOleCommandTarget *
x:int *
y:int -> unit
override ShowContextMenu :
menuId:int *
groupGuid:Guid *
target:IOleCommandTarget *
x:int *
y:int -> unit
public function ShowContextMenu(
menuId : int,
groupGuid : Guid,
target : IOleCommandTarget,
x : int,
y : int
)
Parameters
- menuId
Type: System.Int32
- groupGuid
Type: System.Guid
- target
Type: Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
- x
Type: System.Int32
- y
Type: System.Int32
.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.