WorkflowItemsPresenter.CanPasteItems(List<Object>) 方法

定义

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

public:
 virtual 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
override this.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Public Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean

参数

itemsToPaste
List<Object>

要粘贴的对象列表。

返回

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

实现

适用于