다음을 통해 공유


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

반환

구현

특성

적용 대상