IVsHierarchyDropDataTarget Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DragEnter(IDataObject^, UInt32, UInt32, UInt32) | Called as soon as the mouse drags an item over a new hierarchy or hierarchy window. |
![]() | DragLeave() | Called when one or more items are dragged out of the hierarchy or hierarchy window, or when the drag-and-drop operation is cancelled or completed. |
![]() | DragOver(UInt32, UInt32, UInt32) | Called when one or more items are dragged over the target hierarchy or hierarchy window. |
![]() | Drop(IDataObject^, UInt32, UInt32, UInt32) | Called when one or more items are dropped into the target hierarchy or hierarchy window when the mouse button is released. |
Show:
