다음을 통해 공유


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

편집 컨텍스트입니다.

반환

삭제된 개체입니다.

적용 대상