Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the drag and drop effect that should be displayed to the user based on the state of the operation.
Namespace: Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
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
Parameters
dragDropInfo
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoThe DragDropInfo.
Return Value
Type: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropPointerEffects
The DragDropPointerEffects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.