WorkflowItemPresenter.ICompositeView.CanPasteItems(List<Object>) Method

Definition

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

 virtual bool System.Activities.Presentation.ICompositeView.CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste) = System::Activities::Presentation::ICompositeView::CanPasteItems;
bool ICompositeView.CanPasteItems (System.Collections.Generic.List<object> itemsToPaste);
abstract member System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
override this.System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean Implements ICompositeView.CanPasteItems

Parameters

itemsToPaste
List<Object>

A list of items to be pasted.

Returns

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

Implements

Applies to