SimpleEditorView::FPreTranslateMessage Method (array<MSG>^)
Visual Studio 2015
Called to process or modify the message before it is translated and dispatched.
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.
By default this method is not implemented and returns false.
Show: