Método IVsUIElementPane.TranslateUIElementAccelerator (MSG )
Permite que o painel traduzir os aceleradores de teclado (teclas de atalho) antes que o shell processa a mensagem.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int TranslateUIElementAccelerator(
MSG[] lpmsg
)
int TranslateUIElementAccelerator(
array<MSG>^ lpmsg
)
abstract TranslateUIElementAccelerator :
lpmsg:MSG[] -> int
Function TranslateUIElementAccelerator (
lpmsg As MSG()
) As Integer
Parâmetros
- lpmsg
A mensagem.
Valor de retorno
Type: System.Int32
Se o elemento traduzido a mensagem e nenhuma tradução adicional e o processamento for necessário, retornar S_OK.Se desejar que o shell para traduzir a mensagem, retornar S_FALSE.
Consulte também
Interface IVsUIElementPane
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo