IVsHierarchyDirectionalDropDataTarget Methods

 

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

NameDescription
System_CAPS_pubmethodDragEnterArea(IDataObject^, UInt32, UInt32, UInt32, UInt32)

Informs the hierarchy that dragging has entered a new area.

System_CAPS_pubmethodDragLeaveArea()

Informs the hierarchy that dragging has left the area.

System_CAPS_pubmethodDragOverArea(UInt32, UInt32, UInt32, UInt32)

Informs the hierarchy that dragging has continued over an area.

System_CAPS_pubmethodDropArea(IDataObject^, UInt32, UInt32, UInt32, UInt32)

Informs the hierarchy that data has been dropped on an area.

System_CAPS_pubmethodGetSupportedAreas(UInt32, UInt32)

Gets the areas supported by the target.

Return to top
Show: