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

実装

適用対象