次の方法で共有


UITableViewController.AccessoryForRow(UITableView, NSIndexPath) メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。

[Foundation.Export("tableView:accessoryTypeForRowWithIndexPath:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITableViewCellAccessory AccessoryForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory
override this.AccessoryForRow : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCellAccessory

パラメーター

tableView
UITableView
indexPath
NSIndexPath

戻り値

属性

適用対象