WorkflowItemsPresenter.CanPasteItems(List<Object>) Método

Definición

Devuelve un valor booleano que indica si se pueden pegar los objetos especificados.

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

Parámetros

itemsToPaste
List<Object>

Lista de objetos que se van a pegar.

Devoluciones

Es true si la lista de objetos especificada se puede pegar; en caso contrario, es false.

Implementaciones

Se aplica a