ICompositeView.CanPasteItems(List<Object>) Method

Definition

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

public:
 bool CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste);
public bool CanPasteItems (System.Collections.Generic.List<object> itemsToPaste);
abstract member CanPasteItems : System.Collections.Generic.List<obj> -> bool
Public Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean

Parameters

itemsToPaste
List<Object>

A list of items to be pasted.

Returns

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

Applies to