共用方式為


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

資料列的位置。

傳回

屬性

適用於