WorkflowItemPresenter.ICompositeView.CanPasteItems(List<Object>) Metoda

Definicja

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

 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

Parametry

itemsToPaste
List<Object>

Lista elementów do wklejenia.

Zwraca

true jeśli określone obiekty można wkleić; w przeciwnym razie , false.

Implementuje

Dotyczy