IVsHierarchyDropDataSource2 Methods

 

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

NameDescription
System_CAPS_pubmethodGetDropInfo(UInt32, IDataObject^, IDropSource^)

Returns information about one or more of the dragged items.

System_CAPS_pubmethodOnBeforeDropNotify(IDataObject^, UInt32, Int32)

Enables the drag source to prompt to save unsaved items before dropping. Notifies the source hierarchy that information dragged from it is about to be dropped on a target. This method is called immediately after the mouse button is released on a drop.

System_CAPS_pubmethodOnDropNotify(Int32, UInt32)

Notifies clients the dragged item was dropped.

Return to top
Show: