Udostępnij za pośrednictwem


WorkflowItemsPresenter.CanPasteItems(List<Object>) Metoda

Definicja

Zwraca wartość logiczną wskazującą, czy określone obiekty można wkleić.

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

Parametry

itemsToPaste
List<Object>

Lista obiektów do wklejenia.

Zwraca

true jeśli można wkleić określoną listę obiektów; w przeciwnym razie , false.

Implementuje

Dotyczy