Aracılığıyla paylaş


WorkflowItemPresenter.ICompositeView.CanPasteItems(List<Object>) Yöntem

Tanım

Belirtilen nesnelerin yapıştırılıp yapıştırılamayacağını gösteren bir değer döndürür.

 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

Parametreler

itemsToPaste
List<Object>

Yapıştırılacak öğelerin listesi.

Döndürülenler

true belirtilen nesneler yapıştırılabilirse; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır