DragDropInfo Class
Provides information about an ongoing drag and drop operation.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | DragDropInfo(Point, DragDropKeyStates, IDataObject, Boolean, Object, DragDropEffects, VirtualSnapshotPoint) | Initializes a new instance of DragDropInfo with the specified settings. |
| Name | Description | |
|---|---|---|
![]() | AllowedEffects | Gets the drag and drop effects allowed by the source. |
![]() | Data | Gets the IDataObject of the drag and drop operation. |
![]() | IsInternal | Determines whether the drag and drop operation has been initiated from within the editor. |
![]() | KeyStates | Gets the state of the keyboard during the operation. |
![]() | Location | Gets the location of the cursor relative to the left top corner of the text view. |
![]() | Source | Gets the object that initiated the drag and drop operation. |
![]() | VirtualBufferPosition | Gets the buffer position of the cursor during the drag and drop operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two DragDropInfo objects have the same settings.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for this DragDropInfo object.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(DragDropInfo, DragDropInfo) | Determines whether two DragDropInfo objects have the same settings. |
![]() ![]() | Inequality(DragDropInfo, DragDropInfo) | Determines whether two DragDropInfo objects have different settings. |
A DragDropInfo object is passed to IDropHandler objects when the state of the drag and drop operation changes.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




