__HierarchyDropArea Enumeration

 

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.

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

[FlagsAttribute]
public enum __HierarchyDropArea

Member nameDescription
DROPAREA_Above

Dropping above the item is supported.

DROPAREA_Below

Dropping below the item is supported.

DROPAREA_On

Dropping on the item is supported.

Return to top
Show: