DragDropHelper.GetDraggedModelItems(DragEventArgs) Metodo

Definizione

Recupera gli elementi del modello trascinati in un'operazione di trascinamento della selezione.

public:
 static System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ GetDraggedModelItems(System::Windows::DragEventArgs ^ e);
public static System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> GetDraggedModelItems (System.Windows.DragEventArgs e);
static member GetDraggedModelItems : System.Windows.DragEventArgs -> seq<System.Activities.Presentation.Model.ModelItem>
Public Shared Function GetDraggedModelItems (e As DragEventArgs) As IEnumerable(Of ModelItem)

Parametri

e
DragEventArgs

Dati dell'evento di trascinamento.

Restituisce

Elementi del modello trascinati.

Si applica a