Condividi tramite


ICompositeView.OnItemsPasted Metodo

Definizione

Richiamato dopo l'inizio di un'operazione Incolla per completare l'operazione sugli elementi specificati.

public:
 void OnItemsPasted(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste, System::Collections::Generic::List<System::Object ^> ^ metadata, System::Windows::Point pastePoint, System::Activities::Presentation::WorkflowViewElement ^ pastePointReference);
public void OnItemsPasted (System.Collections.Generic.List<object> itemsToPaste, System.Collections.Generic.List<object> metadata, System.Windows.Point pastePoint, System.Activities.Presentation.WorkflowViewElement pastePointReference);
abstract member OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
Public Sub OnItemsPasted (itemsToPaste As List(Of Object), metadata As List(Of Object), pastePoint As Point, pastePointReference As WorkflowViewElement)

Parametri

itemsToPaste
List<Object>

Elementi da incollare.

metadata
List<Object>

Metadati associati agli elementi da incollare.

pastePoint
Point

Percorso in cui verranno incollati gli elementi.

pastePointReference
WorkflowViewElement

Un riferimento al percorso in cui incollare.

Si applica a