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입니다.

적용 대상