Método IVsIntelliMouseHandler.GetMouseWheelMsg_ (UInt32)
Obtenha a mais recente mensagem sobre a roda do mouse Intellisense.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetMouseWheelMsg_(
out uint uMsg
)
int GetMouseWheelMsg_(
[OutAttribute] unsigned int% uMsg
)
abstract GetMouseWheelMsg_ :
uMsg:uint32 byref -> int
Function GetMouseWheelMsg_ (
<OutAttribute> ByRef uMsg As UInteger
) As Integer
Parâmetros
- uMsg
[out] A mensagem de Windows de roda do mouse.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsIntelliMouseHandler::GetMouseWheelMsg_(
[out] UINT *uMsg
);
Consulte também
Interface IVsIntelliMouseHandler
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo