Metodo WindowPane.IVsWindowPane.TranslateAccelerator

Nota: questa API è ora obsoleta.

Produce la conversione dei tasti di navigazione.Obsolete

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

Sintassi

'Dichiarazione
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function TranslateAccelerator ( _
    lpmsg As MSG() _
) As Integer Implements IVsWindowPane.TranslateAccelerator
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.TranslateAccelerator(
    MSG[] lpmsg
)

Parametri

Valore restituito

Tipo: System.Int32
Se questo metodo ha esito positivo, restituisce S_OK; se non riesce, restituisce E_FAIL.

Implementa

IVsWindowPane.TranslateAccelerator(array<MSG[])

Note

l'interfaccia di [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] su questa classe è obsoleta. utilizzo [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] anziché.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowPane Classe

Spazio dei nomi Microsoft.VisualStudio.Shell