次の方法で共有


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

定義

指定したインデックス位置にある UITableViewCell を取得します。

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

パラメーター

tableView
UITableView
indexPath
NSIndexPath

戻り値

実装

属性

適用対象