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
ドラッグ アンド ドロップ操作の必要な効果。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET