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

셀이 표시될 행의 위치입니다.

반환

구현

특성

적용 대상