Compartir a través de


WorkflowItemPresenter.ICompositeView.CanPasteItems(List<Object>) Método

Definición

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

 virtual bool System.Activities.Presentation.ICompositeView.CanPasteItems(System::Collections::Generic::List<System::Object ^> ^ itemsToPaste) = System::Activities::Presentation::ICompositeView::CanPasteItems;
bool ICompositeView.CanPasteItems (System.Collections.Generic.List<object> itemsToPaste);
abstract member System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
override this.System.Activities.Presentation.ICompositeView.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean Implements ICompositeView.CanPasteItems

Parámetros

itemsToPaste
List<Object>

Lista de elementos que se van a pegar.

Devoluciones

Es true si los objetos especificados se pueden pegar; en caso contrario, es false.

Implementaciones

Se aplica a