IVsWebBrowserUser::TranslateAccelarator Method (array<MSG>^)
Visual Studio 2015
Translate the specified message.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- lpmsg
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::MSG>^
[in] The message to be translated.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsbrowse.idl:
[C++]
HRESULT IVsWebBrowserUser::TranslateAccelarator( [in] LPMSG lpMsg );
Show: