Compartilhar via


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

Definição

Retorna um booliano que indica se os objetos especificados podem ser colados.

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>

A lista de objetos a serem colados.

Retornos

true se a lista especificada de objetos puder ser colada; caso contrário, false.

Implementações

Aplica-se a