DragDropHelper.GetDragDropCompletedEffects(DataObject) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.
Zwraca wynik operacji przeciągania i upuszczania, którego zachowanie jest określane przez określony DataObjectelement .
public:
static System::Windows::DragDropEffects GetDragDropCompletedEffects(System::Windows::DataObject ^ data);
public static System.Windows.DragDropEffects GetDragDropCompletedEffects (System.Windows.DataObject data);
[System.Obsolete("This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.")]
public static System.Windows.DragDropEffects GetDragDropCompletedEffects (System.Windows.DataObject data);
static member GetDragDropCompletedEffects : System.Windows.DataObject -> System.Windows.DragDropEffects
[<System.Obsolete("This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.")>]
static member GetDragDropCompletedEffects : System.Windows.DataObject -> System.Windows.DragDropEffects
Public Shared Function GetDragDropCompletedEffects (data As DataObject) As DragDropEffects
Parametry
- data
- DataObject
Obiekt zawierający dane zawierające efekty operacji przeciągania i upuszczania.
Zwraca
Wyliczonego procesu.
- Atrybuty