ICompositeView.OnItemsPasted Metoda

Definicja

Wywołana po rozpoczęciu operacji wklejania w celu ukończenia wklejania określonych elementów.

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)

Parametry

itemsToPaste
List<Object>

Elementy do wklejania.

metadata
List<Object>

Metadane skojarzone z elementami do wklejania.

pastePoint
Point

Lokalizacja, w której mają być wklejane elementy.

pastePointReference
WorkflowViewElement

Odwołanie do lokalizacji wklejania.

Dotyczy