DragDropHelper.GetDroppedObjects メソッド

定義

ドラッグ アンド ドロップ操作でドロップされるオブジェクトを取得します。

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)

パラメーター

dropTarget
DependencyObject

ドラッグの場所。

e
DragEventArgs

ドラッグ イベントのデータ。

context
EditingContext

編集コンテキスト。

戻り値

ドロップされたオブジェクト。

適用対象