Поделиться через


DropHandlerBase.GetDragDropEffect(DragDropInfo) Метод

Определение

Определяет, какой эффект перетаскивания & должен отображаться пользователю в зависимости от состояния операции.

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

Параметры

dragDropInfo
DragDropInfo

DragDropInfo.

Возвращаемое значение

DragDropPointerEffects.

Применяется к