ICompositeView.OnItemsPasted メソッド

定義

貼り付け操作開始後に呼び出され、指定した項目の貼り付けを完了します。

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)

パラメーター

itemsToPaste
List<Object>

貼り付ける項目。

metadata
List<Object>

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

pastePoint
Point

項目を貼り付ける場所。

pastePointReference
WorkflowViewElement

貼り付け場所への参照。

適用対象