ICompositeView.OnItemsPasted Méthode

Définition

Appelée après le démarrage d'une opération de collage pour effectuer le collage des éléments spécifiés.

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)

Paramètres

itemsToPaste
List<Object>

Éléments à coller.

metadata
List<Object>

Métadonnées associées aux éléments à coller.

pastePoint
Point

Emplacement où les éléments doivent être collés.

pastePointReference
WorkflowViewElement

Référence à l'emplacement de collage.

S’applique à