다음을 통해 공유


DragDropHelper.SetDragDropCompletedEffects 메서드

정의

주의

This method does not support dragging multiple items. Consider using "public static void SetDragDropMovedViewElements(DragEventArgs e, IEnumerable<WorkflowViewElement> movedViewElements)" instead.

끌어서 놓기 작업 동안 수행될 마지막 효과를 설정합니다.

public:
 static void SetDragDropCompletedEffects(System::Windows::DragEventArgs ^ e, System::Windows::DragDropEffects completedEffects);
public static void SetDragDropCompletedEffects (System.Windows.DragEventArgs e, System.Windows.DragDropEffects completedEffects);
[System.Obsolete("This method does not support dragging multiple items. Consider using "public static void SetDragDropMovedViewElements(DragEventArgs e, IEnumerable<WorkflowViewElement> movedViewElements)" instead.")]
public static void SetDragDropCompletedEffects (System.Windows.DragEventArgs e, System.Windows.DragDropEffects completedEffects);
static member SetDragDropCompletedEffects : System.Windows.DragEventArgs * System.Windows.DragDropEffects -> unit
[<System.Obsolete("This method does not support dragging multiple items. Consider using "public static void SetDragDropMovedViewElements(DragEventArgs e, IEnumerable<WorkflowViewElement> movedViewElements)" instead.")>]
static member SetDragDropCompletedEffects : System.Windows.DragEventArgs * System.Windows.DragDropEffects -> unit
Public Shared Sub SetDragDropCompletedEffects (e As DragEventArgs, completedEffects As DragDropEffects)

매개 변수

e
DragEventArgs

끌기 이벤트 데이터입니다.

completedEffects
DragDropEffects

끌어서 놓기 작업의 원하는 효과입니다.

특성

적용 대상