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
dragDropInfo
Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoÉlément DragDropInfo.
Valeur de retour
Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
Élément DragDropPointerEffects.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.