Partager via


IVsSplitter.HandleMessage, méthode

Les handles souris- ont orienté le message.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function HandleMessage ( _
    iMsg As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer
int HandleMessage(
    uint iMsg,
    IntPtr wParam,
    IntPtr lParam
)
int HandleMessage(
    [InAttribute] unsigned int iMsg, 
    [InAttribute] IntPtr wParam, 
    [InAttribute] IntPtr lParam
)
abstract HandleMessage : 
        iMsg:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr -> int
function HandleMessage(
    iMsg : uint, 
    wParam : IntPtr, 
    lParam : IntPtr
) : int

Paramètres

  • iMsg
    Type : UInt32

    [in] L'IDENTIFICATEUR du message.

  • wParam
    Type : IntPtr

    [in] informations sur le message.

  • lParam
    Type : IntPtr

    [in] les informations nécessaires par le message.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Les paramètres correspondent aux champs dans la structure d'Message.

Signature de COM

De textmgr.idl :

HRESULT IVsSplitter::HandleMessage(
   [in] UINT iMsg,
   [in] WPARAM wParam,
   [in] LPARAM lParam
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitter Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms