WorkflowItemsPresenter.CanPasteItems(List<Object>) 메서드

정의

지정된 개체를 붙여 넣을 수 있는지 여부를 나타내는 부울을 반환합니다.

public:
 virtual 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
override this.CanPasteItems : System.Collections.Generic.List<obj> -> bool
Public Function CanPasteItems (itemsToPaste As List(Of Object)) As Boolean

매개 변수

itemsToPaste
List<Object>

붙여넣을 개체 목록입니다.

반품

지정한 개체 목록을 붙여넣을 수 있으면

구현

적용 대상