DragDropHelper.GetDragDropCompletedEffects(DataObject) Methode

Definition

Achtung

This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.

Gibt das Ergebnis des Drag-and-Drop-Vorgangs zurück, dessen Verhalten durch den angegebenen DataObjectbestimmt wird.

public:
 static System::Windows::DragDropEffects GetDragDropCompletedEffects(System::Windows::DataObject ^ data);
public static System.Windows.DragDropEffects GetDragDropCompletedEffects(System.Windows.DataObject data);
[System.Obsolete("This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.")]
public static System.Windows.DragDropEffects GetDragDropCompletedEffects(System.Windows.DataObject data);
static member GetDragDropCompletedEffects : System.Windows.DataObject -> System.Windows.DragDropEffects
[<System.Obsolete("This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.")>]
static member GetDragDropCompletedEffects : System.Windows.DataObject -> System.Windows.DragDropEffects
Public Shared Function GetDragDropCompletedEffects (data As DataObject) As DragDropEffects

Parameter

data
DataObject

Ein Objekt, das Daten enthält, die Effekte eines Drag-and-Drop-Vorgangs enthalten.

Gibt zurück

Ein aufgezählter Prozess.

Attribute

Gilt für: