DropHandlerBase.PerformPreEditActions(DragDropInfo) Method
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.
This method is called before edits are made to the buffer to perform any necessary pre edit actions.
protected:
abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo);
abstract void PerformPreEditActions(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & dragDropInfo);
protected abstract void PerformPreEditActions (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo);
abstract member PerformPreEditActions : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> unit
Protected MustOverride Sub PerformPreEditActions (dragDropInfo As DragDropInfo)
Parameters
- dragDropInfo
- DragDropInfo
The DragDropInfo holding information about the currently ongoing drag/drop operation.