IVsHierarchyDropDataTarget Methods

 

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

NameDescription
System_CAPS_pubmethodDragEnter(IDataObject^, UInt32, UInt32, UInt32)

Called as soon as the mouse drags an item over a new hierarchy or hierarchy window.

System_CAPS_pubmethodDragLeave()

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.

System_CAPS_pubmethodDragOver(UInt32, UInt32, UInt32)

Called when one or more items are dragged over the target hierarchy or hierarchy window.

System_CAPS_pubmethodDrop(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.

Return to top
Show: