ICompositeView.CanPasteItems(List<Object>) 方法

定义

返回一个值,该值指示是否可粘贴指定的对象。

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

参数

itemsToPaste
List<Object>

要粘贴的项的列表。

返回

如果可以粘贴指定的对象,则为 true;否则为 false

适用于