ICompositeView.CanPasteItems(List<Object>) Metoda

Definicja

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

public:
 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
Public Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean

Parametry

itemsToPaste
List<Object>

Lista elementów do wklejenia.

Zwraca

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

Dotyczy