Indicates drop status.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
声明
<FlagsAttribute> _
Public Enumeration CUSTOM_DROP_HANDLER_FLAGS
用法
Dim instance As CUSTOM_DROP_HANDLER_FLAGS
[FlagsAttribute]
public enum CUSTOM_DROP_HANDLER_FLAGS
[FlagsAttribute]
public enum class CUSTOM_DROP_HANDLER_FLAGS
[<FlagsAttribute>]
type CUSTOM_DROP_HANDLER_FLAGS
public enum CUSTOM_DROP_HANDLER_FLAGS
Members
| Member name | Description | |
|---|---|---|
| CDH_DEFAULT | Successful drop. Indicates that the drop can proceed, or already did so successfully. | |
| CDH_OVER_SELF | Indicates that the drop would be over the origin, and thus the position would not change. | |
| CDH_INVALID_DEST | Indicates that the destination is unacceptable for a drop. | 
Remarks
COM Signature
From textmgr.idl: