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

实现

适用于