SimpleEditorView::TranslateAccelerator Method (array<MSG>^)

 

Handles the translation of special navigation keys.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int TranslateAccelerator(
	array<MSG>^ msg
)

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::Int32

When implemented by derived classes, if the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: