ICompositeView.OnItemsPasted Metod

Definition

Anropas efter att en inklistringsåtgärd har startats för att slutföra klistra in de angivna objekten.

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)

Parametrar

itemsToPaste
List<Object>

De objekt som ska klistras in.

metadata
List<Object>

Metadata som är associerade med de objekt som ska klistras in.

pastePoint
Point

Platsen där objekten ska klistras in.

pastePointReference
WorkflowViewElement

En referens till inklistringsplatsen.

Gäller för