WorkflowItemsPresenter::CanPasteItems Method (List<Object^>^)

.NET Framework (current version)
 

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

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

public:
virtual bool CanPasteItems(
	List<Object^>^ itemsToPaste
) sealed

Parameters

itemsToPaste
Type: System.Collections.Generic::List<Object^>^

The list of objects to be pasted.

Return Value

Type: System::Boolean

true if the specified list of objects can be pasted; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: