__HierarchyDropArea Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 supports a bitwise combination of its member values.
public enum class __HierarchyDropArea
public enum class __HierarchyDropArea
enum __HierarchyDropArea
[System.Flags]
public enum __HierarchyDropArea
[<System.Flags>]
type __HierarchyDropArea =
Public Enum __HierarchyDropArea
- Inheritance
-
__HierarchyDropArea
- Attributes
Fields
DROPAREA_Above | 2 | Dropping above the item is supported. |
DROPAREA_Below | 4 | Dropping below the item is supported. |
DROPAREA_On | 1 | Dropping on the item is supported. |