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

行的位置。

返回

属性

适用于