Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Function TranslateAccelerator ( _
pMsg As MSG(), _
grfModifiers As UInteger _
) As Integer
'Usage
Dim instance As IOleControlSite
Dim pMsg As MSG()
Dim grfModifiers As UInteger
Dim returnValue As Integer
returnValue = instance.TranslateAccelerator(pMsg, _
grfModifiers)
int TranslateAccelerator(
MSG[] pMsg,
uint grfModifiers
)
int TranslateAccelerator(
[InAttribute] array<MSG>^ pMsg,
[InAttribute] unsigned int grfModifiers
)
abstract TranslateAccelerator :
pMsg:MSG[] *
grfModifiers:uint32 -> int
function TranslateAccelerator(
pMsg : MSG[],
grfModifiers : uint
) : int
Parameters
- pMsg
Type: array<Microsoft.VisualStudio.OLE.Interop.MSG[]
- grfModifiers
Type: System.UInt32
Return Value
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.