다음을 통해 공유


UITableViewDelegate_Extensions.AccessoryForRow 메서드

정의

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UITableViewCellAccessory AccessoryForRow (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
static member AccessoryForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory

매개 변수

This
IUITableViewDelegate

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

tableView
UITableView

행을 포함하는 테이블 뷰입니다.

indexPath
NSIndexPath

행의 위치입니다.

반환

특성

적용 대상