SimpleEditorView::TranslateAccelerator Method (array<MSG>^)
Visual Studio 2015
Handles the translation of special navigation keys.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- msg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
An array of MSG structures holding the keyboard character or character combination to be handled.
Return Value
Type: System::Int32When implemented by derived classes, if the method succeeds, it returns S_OK. If it fails, it returns an error code.
By default returns F:Microsoft.VisualStudio.NativeMethods.S_FALSE.
Show: