다음을 통해 공유


UITableViewDropDelegate.CanHandleDropSession 메서드

정의

테이블 뷰가 세션의 데이터에서 삭제를 처리할 수 있는지 여부를 알려주는 부울 값을 반환합니다.

[Foundation.Export("tableView:canHandleDropSession:")]
public virtual bool CanHandleDropSession (UIKit.UITableView tableView, UIKit.IUIDropSession session);
abstract member CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool
override this.CanHandleDropSession : UIKit.UITableView * UIKit.IUIDropSession -> bool

매개 변수

tableView
UITableView

대상 테이블 뷰입니다.

session
IUIDropSession

삭제 세션입니다.

반환

특성

적용 대상