Aracılığıyla paylaş


WorkflowItemsPresenter.CanPasteItems(List<Object>) Yöntem

Tanım

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

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

Parametreler

itemsToPaste
List<Object>

Yapıştırılacak nesnelerin listesi.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır