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

 

Called to process or modify the message before it is translated and dispatched.

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

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

Parameters

msg
Type: array<Microsoft.VisualStudio.OLE.Interop::MSG>^

An array of MSG structures.

Return Value

Type: System::Int32

true if the message is consumed, false otherwise.

By default this method is not implemented and returns false.

Return to top
Show: