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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.