WindowPane.IVsUIElementPane.TranslateUIElementAccelerator Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function TranslateUIElementAccelerator ( _
msg As MSG() _
) As Integer Implements IVsUIElementPane.TranslateUIElementAccelerator
'Usage
Dim instance As WindowPane
Dim msg As MSG()
Dim returnValue As Integer
returnValue = CType(instance, IVsUIElementPane).TranslateUIElementAccelerator(msg)
int IVsUIElementPane.TranslateUIElementAccelerator(
MSG[] msg
)
private:
virtual int TranslateUIElementAccelerator(
array<MSG>^ msg
) sealed = IVsUIElementPane::TranslateUIElementAccelerator
private abstract TranslateUIElementAccelerator :
msg:MSG[] -> int
private override TranslateUIElementAccelerator :
msg:MSG[] -> int
JScript does not support explicit interface implementations.
Parameters
- msg
Type: array<Microsoft.VisualStudio.OLE.Interop.MSG[]
Return Value
Type: System.Int32
Implements
IVsUIElementPane.TranslateUIElementAccelerator(array<MSG[])
.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.