IUITableViewDataSource.GetCell(UITableView, NSIndexPath) 方法

定义

返回可在 插入的 indexPath单元格。

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

参数

tableView
UITableView

请求单元格的表视图。

indexPath
NSIndexPath

显示单元格的行的位置。

返回

属性

适用于