Método IOleComponent2.FPreTranslateMessage (MSG )
Publicado: abril de 2016
Use Base
True
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (em Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Sintaxe
int FPreTranslateMessage(
MSG[] pMsg
)
int FPreTranslateMessage(
array<MSG>^ pMsg
)
abstract FPreTranslateMessage :
pMsg:MSG[] -> int
Function FPreTranslateMessage (
pMsg As MSG()
) As Integer
Parâmetros
- pMsg
Valor de retorno
Type: System.Int32
Implementações
IOleComponent.FPreTranslateMessage(MSG[])
Consulte também
Interface IOleComponent2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo