ICompositeView.CanPasteItems(List<Object>) Méthode

Définition

Retourne une valeur qui indique si les objets spécifiés peuvent être collés.

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

Paramètres

itemsToPaste
List<Object>

Liste d'éléments à coller.

Retours

true si les objets spécifiée peuvent être collés ; sinon, false.

S’applique à