Compartilhar via


WorkflowItemsPresenter.OnItemsPasted Método

Definição

Cola as instâncias ModelItem especificadas no local especificado.

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)

Parâmetros

itemsToPaste
List<Object>

Os itens a serem colados.

metaData
List<Object>

Os metadados associados aos itens a serem colados.

pastePoint
Point

O local da colagem.

pastePointReference
WorkflowViewElement

Uma referência ao ponto de colar.

Implementações

Aplica-se a