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

붙여 넣을 위치에 대한 참조입니다.

적용 대상