Share via


Metodo WindowPane.IVsUIElementPane.TranslateUIElementAccelerator

I tasti di scelta rapida di handle prima della shell elabora il messaggio.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function TranslateUIElementAccelerator ( _
    msg As MSG() _
) As Integer Implements IVsUIElementPane.TranslateUIElementAccelerator
int IVsUIElementPane.TranslateUIElementAccelerator(
    MSG[] msg
)

Parametri

Valore restituito

Tipo: System.Int32
Se PreProcessMessage restituisce true, restituisce S_OKin caso contrario, restituisce E_FAIL.

Implementa

IVsUIElementPane.TranslateUIElementAccelerator(array<MSG[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowPane Classe

Spazio dei nomi Microsoft.VisualStudio.Shell