DragDropHelper.GetDroppedObjects Methode

Definition

Ruft die Objekte ab, die bei einem Drag & Drop-Vorgang abgelegt werden.

public:
 static System::Collections::Generic::IEnumerable<System::Object ^> ^ GetDroppedObjects(System::Windows::DependencyObject ^ dropTarget, System::Windows::DragEventArgs ^ e, System::Activities::Presentation::EditingContext ^ context);
public static System.Collections.Generic.IEnumerable<object> GetDroppedObjects (System.Windows.DependencyObject dropTarget, System.Windows.DragEventArgs e, System.Activities.Presentation.EditingContext context);
static member GetDroppedObjects : System.Windows.DependencyObject * System.Windows.DragEventArgs * System.Activities.Presentation.EditingContext -> seq<obj>
Public Shared Function GetDroppedObjects (dropTarget As DependencyObject, e As DragEventArgs, context As EditingContext) As IEnumerable(Of Object)

Parameter

dropTarget
DependencyObject

Die Position des Ziehvorgangs.

e
DragEventArgs

Die Daten zum Ziehereignis.

context
EditingContext

Der Bearbeitungskontext.

Gibt zurück

Die Objekte, die verworfen wurden.

Gilt für: