WorkflowItemPresenter.ICompositeView.OnItemsPasted 方法

定义

在粘贴操作开始后调用,以完成粘贴指定的项。

 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

参数

itemsToPaste
List<Object>

要粘贴的项。

metaData
List<Object>

与要粘贴的项关联的元数据。

pastePoint
Point

要粘贴项的位置。

pastePointReference
WorkflowViewElement

对粘贴位置的引用。

实现

适用于