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

붙여 넣을 지점에 대한 참조입니다.

구현

적용 대상