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

実装

適用対象