__HierarchyDropArea Enumeration
Visual Studio 2015
Defines directional drop targets that can be used by IVsHierarchyDirectionalDropDataTarget to specify on, above, and below drop targets. These drop targets can be implemented by IVsHierarchy implementations to allow user reordering of items within the hierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| DROPAREA_Above | Dropping above the item is supported. | |
| DROPAREA_Below | Dropping below the item is supported. | |
| DROPAREA_On | Dropping on the item is supported. |
Show: