WorkflowItemPresenter.CanPasteItems Method

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

Returns a Boolean that indicates whether the specified objects can be pasted.

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

Syntax

'Declaration
Public Function CanPasteItems ( _
    itemsToPaste As List(Of Object) _
) As Boolean
'Usage
Dim instance As WorkflowItemPresenter
Dim itemsToPaste As List(Of Object)
Dim returnValue As Boolean

returnValue = instance.CanPasteItems(itemsToPaste)
public bool CanPasteItems(
    List<Object> itemsToPaste
)
public:
virtual bool CanPasteItems(
    List<Object^>^ itemsToPaste
) sealed
public final function CanPasteItems(
    itemsToPaste : List<Object>
) : boolean
abstract CanPasteItems : 
        itemsToPaste:List<Object> -> bool 
override CanPasteItems : 
        itemsToPaste:List<Object> -> bool 

Parameters

Return Value

Type: System.Boolean
true if the number of the specified objects is more than 0 and not nulla null reference (Nothing in Visual Basic); otherwise, false.

Implements

ISourceContainer.CanPasteItems(List<Object>)

.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

WorkflowItemPresenter Class

WorkflowItemPresenter Members

System.Activities.Design Namespace