Aracılığıyla paylaş


DragDropHelper.GetDragDropCompletedEffects(DataObject) Yöntem

Tanım

Dikkat

This method does not support dragging multiple items. Consider using "public static IEnumerable<WorkflowViewElement> GetDragDropMovedViewElements(DataObject data)" instead.

Davranışı belirtilen DataObjecttarafından belirlenen sürükle ve bırak işleminin sonucunu döndürür.

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

Parametreler

data
DataObject

Sürükle ve bırak işleminin etkilerini içeren verileri içeren bir nesne.

Döndürülenler

Numaralandırılmış bir işlem.

Öznitelikler

Şunlara uygulanır