Método IVsUIAccelerator.get_Message (MSG )
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Sintaxe
int get_Message(
MSG[] pMsg
)
int get_Message(
array<MSG>^ pMsg
)
abstract get_Message :
pMsg:MSG[] -> int
Function get_Message (
pMsg As MSG()
) As Integer
Parâmetros
- pMsg
[out] A mensagem a ser enviada para o acelerador.
Valor de retorno
Type: System.Int32
Retorna S_OK se a mensagem foi retornada.
Consulte também
Interface IVsUIAccelerator
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo