次の方法で共有


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

セルが表示される行の場所。

戻り値

属性

適用対象