次の方法で共有


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

定義

indexPath挿入できるセルを返します。

[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

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

戻り値

実装

属性

適用対象