共用方式為


ICompositeView.CanPasteItems(List<Object>) 方法

定義

傳回值,這個值表示是否可貼上指定的物件。

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

參數

itemsToPaste
List<Object>

要貼上之項目的清單。

傳回

如果指定的物件可進行剖析,則為 true,否則為 false

適用於