Microsoft.VisualStudio.Text.Editor.DragDrop Namespace
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.
Classes
DragDropInfo |
Provides information about an ongoing drag and drop operation. It is passed to IDropHandler objects when the state of the drag and drop operation changes. |
DropFormatAttribute |
Specifies the format that an IDropHandler handles. |
DropHandlerBase |
This class provides the basic functionality necessary to process drop of data on to the editor. It's provided as a convenience class to easily allow extenders to provide their own custom drop handlers by extending this class. |
Interfaces
IDropHandler |
Handles drag and drop operations for different data formats. |
IDropHandlerProvider |
Creates an IDropHandler for a IWpfTextView. |
Enums
DragDropPointerEffects |
Specifies the effects of a drag/drop operation. |