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.

Реализации

Применяется к