IVsDocOutlineProvider2::TranslateAccelerator Method (array<MSG>^)
Visual Studio 2015
Processes a Windows message related to accelerator keys.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- lpMsg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
[in] Pointer to the Windows message to process.
Return Value
Type: System::Int32When implementing, return S_OK if the message was processed and requires no further translation; otherwise, return S_FALSE if you want the shell to translate the message.
Show: