Bagikan melalui


WorkflowItemsPresenter.CanPasteItems(List<Object>) Metode

Definisi

Mengembalikan Boolean yang menunjukkan apakah objek yang ditentukan dapat ditempelkan.

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

Parameter

itemsToPaste
List<Object>

Daftar objek yang akan ditempelkan.

Mengembalikan

true jika daftar objek yang ditentukan dapat ditempelkan; jika tidak, false.

Penerapan

Berlaku untuk