共用方式為


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

貼上位置的參考。

適用於