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

返回

实现

属性

适用于