Share via


IVsIntelliMouseHandler Interface

Enables a package to make full use of IntelliMouse functionality. Used in shell clients implementing some of their own functionality. You can get an instance of the interface from the SVsIntelliMouseHandler (SID_SVsIntelliMouseHandler) service.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("35A96FFB-7ED0-4D76-93CE-49BE83A9C91E")> _
Public Interface IVsIntelliMouseHandler
'Utilisation
Dim instance As IVsIntelliMouseHandler
[InterfaceTypeAttribute()]
[GuidAttribute("35A96FFB-7ED0-4D76-93CE-49BE83A9C91E")]
public interface IVsIntelliMouseHandler
[InterfaceTypeAttribute()]
[GuidAttribute(L"35A96FFB-7ED0-4D76-93CE-49BE83A9C91E")]
public interface class IVsIntelliMouseHandler
public interface IVsIntelliMouseHandler

See Also

Reference

IVsIntelliMouseHandler Members

Microsoft.VisualStudio.Shell.Interop Namespace