Share via


WorkflowItemPresenter.ICompositeView.CanPasteItems(List<Object>) メソッド

定義

指定したオブジェクトを貼り付けできるかどうかを示す値を返します。

 virtual bool System.Activities.Presentation.ICompositeView.CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste) = System::Activities::Presentation::ICompositeView::CanPasteItems;
bool ICompositeView.CanPasteItems (System.Collections.Generic.List<object> itemsToPaste);
abstract member System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
override this.System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean Implements ICompositeView.CanPasteItems

パラメーター

itemsToPaste
List<Object>

貼り付ける項目の一覧。

戻り値

指定したオブジェクトを貼り付けることができる場合は true。それ以外の場合は false

実装

適用対象