WorkflowItemsPresenter.CanPasteItems(List<Object>) Metoda

Definicja

Zwraca wartość Boolean, która wskazuje, czy można wkleić określone obiekty.

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, które mają zostać wklejone.

Zwraca

Boolean

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

Implementuje

Dotyczy