Share via


DropHandlerBase.GetDragDropEffect(DragDropInfo) Method

Definition

Determines what drag & drop effect should be displayed to the user based on the state of the operation.

protected:
 virtual Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropPointerEffects GetDragDropEffect(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo);
 virtual Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropPointerEffects GetDragDropEffect(Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo const & dragDropInfo);
protected virtual Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects GetDragDropEffect (Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo);
abstract member GetDragDropEffect : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
override this.GetDragDropEffect : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo -> Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
Protected Overridable Function GetDragDropEffect (dragDropInfo As DragDropInfo) As DragDropPointerEffects

Parameters

dragDropInfo
DragDropInfo

The DragDropInfo.

Returns

The DragDropPointerEffects.

Applies to