共用方式為


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

傳回

實作

屬性

適用於