Bagikan melalui


WorkflowItemPresenter.ICompositeView.OnItemsPasted Metode

Definisi

Dipanggil setelah awal operasi tempel untuk menyelesaikan penempelan item yang ditentukan.

 virtual void System.Activities.Presentation.ICompositeView.OnItemsPasted(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste, System::Collections::Generic::List<System::Object ^> ^ metaData, System::Windows::Point pastePoint, System::Activities::Presentation::WorkflowViewElement ^ pastePointReference) = System::Activities::Presentation::ICompositeView::OnItemsPasted;
void ICompositeView.OnItemsPasted (System.Collections.Generic.List<object> itemsToPaste, System.Collections.Generic.List<object> metaData, System.Windows.Point pastePoint, System.Activities.Presentation.WorkflowViewElement pastePointReference);
abstract member System.Activities.Presentation.ICompositeView.OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
override this.System.Activities.Presentation.ICompositeView.OnItemsPasted : System.Collections.Generic.List<obj> * System.Collections.Generic.List<obj> * System.Windows.Point * System.Activities.Presentation.WorkflowViewElement -> unit
Sub OnItemsPasted (itemsToPaste As List(Of Object), metaData As List(Of Object), pastePoint As Point, pastePointReference As WorkflowViewElement) Implements ICompositeView.OnItemsPasted

Parameter

itemsToPaste
List<Object>

Item yang akan ditempelkan.

metaData
List<Object>

Metadata yang terkait dengan item yang akan ditempelkan.

pastePoint
Point

Lokasi tempat menempelkan item.

pastePointReference
WorkflowViewElement

Referensi ke lokasi tempel.

Penerapan

Berlaku untuk