WindowPane.IVsWindowPane.TranslateAccelerator Method

Note: This API is now obsolete.

Handles the translation of navigation keys. Obsolete

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function TranslateAccelerator ( _
    lpmsg As MSG() _
) As Integer Implements IVsWindowPane.TranslateAccelerator
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.TranslateAccelerator(
    MSG[] lpmsg
)
[ObsoleteAttribute(L"The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
private:
virtual int TranslateAccelerator(
    array<MSG>^ lpmsg
) sealed = IVsWindowPane::TranslateAccelerator
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private abstract TranslateAccelerator : 
        lpmsg:MSG[] -> int 
[<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")>]
private override TranslateAccelerator : 
        lpmsg:MSG[] -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32
If this method succeeds, it returns S_OK; if it fails, it returns E_FAIL.

Implements

IVsWindowPane.TranslateAccelerator(array<MSG[])

Remarks

The [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] interface on this class is obsolete. Please use [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] instead.

.NET Framework Security

See Also

Reference

WindowPane Class

Microsoft.VisualStudio.Shell Namespace