WindowPane::IVsUIElementPane::TranslateUIElementAccelerator Method (array<MSG>^)
Visual Studio 2015
Handles keyboard accelerators before the shell processes the message.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int TranslateUIElementAccelerator( array<MSG>^ msg ) sealed = IVsUIElementPane::TranslateUIElementAccelerator
Parameters
- msg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
The message.
Return Value
Type: System::Int32If PreProcessMessage returns true, returns S_OK, otherwise returns E_FAIL.
Show: