Partager via


DropHandlerBase.GetDragDropEffect, méthode

Obtient l'effet de glisser-déplacer qui doit être affiché à l'utilisateur selon l'état de l'opération.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetDragDropEffect ( _
    dragDropInfo As DragDropInfo _
) As DragDropPointerEffects
protected virtual DragDropPointerEffects GetDragDropEffect(
    DragDropInfo dragDropInfo
)
protected:
virtual DragDropPointerEffects GetDragDropEffect(
    DragDropInfo^ dragDropInfo
)
abstract GetDragDropEffect : 
        dragDropInfo:DragDropInfo -> DragDropPointerEffects  
override GetDragDropEffect : 
        dragDropInfo:DragDropInfo -> DragDropPointerEffects
protected function GetDragDropEffect(
    dragDropInfo : DragDropInfo
) : DragDropPointerEffects

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
Élément DragDropPointerEffects.

Sécurité .NET Framework

Voir aussi

Référence

DropHandlerBase Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms