WorkflowItemsPresenter.OnItemsPasted メソッド

定義

指定した ModelItem インスタンスを指定の場所に貼り付けます。

public:
 virtual 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
override this.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)

パラメーター

itemsToPaste
List<Object>

貼り付ける項目。

metaData
List<Object>

貼り付ける項目に関連付けられたメタデータ。

pastePoint
Point

貼り付ける位置。

pastePointReference
WorkflowViewElement

貼り付け位置への参照。

実装

適用対象