WindowPane::IVsWindowPane::TranslateAccelerator Method (array<MSG>^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Handles the translation of navigation keys. Obsolete
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: [ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")] virtual int TranslateAccelerator( array<MSG>^ lpmsg ) sealed = IVsWindowPane::TranslateAccelerator
Parameters
- lpmsg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
An array of MSG structures that contain the character or character combination to be translated.
Return Value
Type: System::Int32If this method succeeds, it returns S_OK; if it fails, it returns E_FAIL.
The T:Microsoft.VisualStudio.Shell.Interop.IVsWindowPane interface on this class is obsolete. Please use T:Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane instead.
Show: