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

適用対象