__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.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __HierarchyDropArea
[FlagsAttribute]
public enum __HierarchyDropArea
[FlagsAttribute]
public enum class __HierarchyDropArea
[<FlagsAttribute>]
type __HierarchyDropArea
public enum __HierarchyDropArea

Members

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace