다음을 통해 공유


UITableViewDelegate_Extensions.WillBeginEditing 메서드

정의

지정한 indexPath의 셀을 편집하려고 했음을 나타냅니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillBeginEditing (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member WillBeginEditing : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> unit

매개 변수

This
IUITableViewDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

tableView
UITableView

편집할 테이블 뷰입니다.

indexPath
NSIndexPath

살짝 밀고 있는 행의 위치입니다.

특성

적용 대상