ICompositeView.CanPasteItems(List<Object>) Metod

Definition

Returnerar ett värde som anger om de angivna objekten kan klistras in.

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

Parametrar

itemsToPaste
List<Object>

En lista över objekt som ska klistras in.

Returer

trueom de angivna objekten kan klistras in; annars . false

Gäller för