Share via


WorkflowItemsPresenter.OnItemsPasted Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Pastes the specified ModelItem instances to the specified location.

Namespace:  System.Activities.Design
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Sub OnItemsPasted ( _
    itemsToPaste As List(Of Object), _
    metaData As List(Of Object), _
    pastePoint As Point, _
    pastePointReference As WorkflowViewElement _
)
'Usage
Dim instance As WorkflowItemsPresenter
Dim itemsToPaste As List(Of Object)
Dim metaData As List(Of Object)
Dim pastePoint As Point
Dim pastePointReference As WorkflowViewElement

instance.OnItemsPasted(itemsToPaste, _
    metaData, pastePoint, pastePointReference)
public void OnItemsPasted(
    List<Object> itemsToPaste,
    List<Object> metaData,
    Point pastePoint,
    WorkflowViewElement pastePointReference
)
public:
virtual void OnItemsPasted(
    List<Object^>^ itemsToPaste, 
    List<Object^>^ metaData, 
    Point pastePoint, 
    WorkflowViewElement^ pastePointReference
) sealed
public final function OnItemsPasted(
    itemsToPaste : List<Object>, 
    metaData : List<Object>, 
    pastePoint : Point, 
    pastePointReference : WorkflowViewElement
)
abstract OnItemsPasted : 
        itemsToPaste:List<Object> * 
        metaData:List<Object> * 
        pastePoint:Point * 
        pastePointReference:WorkflowViewElement -> unit 
override OnItemsPasted : 
        itemsToPaste:List<Object> * 
        metaData:List<Object> * 
        pastePoint:Point * 
        pastePointReference:WorkflowViewElement -> unit 

Parameters

Implements

ISourceContainer.OnItemsPasted(List<Object>, List<Object>, Point, WorkflowViewElement)

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

WorkflowItemsPresenter Class

WorkflowItemsPresenter Members

System.Activities.Design Namespace