DragDropHelper.SetDragDropCompletedEffects 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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)
参数
拖动事件数据。
- completedEffects
- DragDropEffects
拖放操作的预期效果。
- 属性