Share via


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

實作

適用於