DataCollection
GetItemCell メソッド (C1TableViewSource<T>)

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1TableViewSource<T> クラス : GetItemCell メソッド
The table view.
Location of the row where the cell will be displayed.
The data item.
Gets the visual element representing an item.
シンタックス
'宣言
 
Public Overridable Function GetItemCell( _
   ByVal tableView As UIKit.UITableView, _
   ByVal indexPath As Foundation.NSIndexPath, _
   ByVal item As T _
) As UIKit.UITableViewCell
public virtual UIKit.UITableViewCell GetItemCell( 
   UIKit.UITableView tableView,
   Foundation.NSIndexPath indexPath,
   T item
)

パラメータ

tableView
The table view.
indexPath
Location of the row where the cell will be displayed.
item
The data item.
参照

C1TableViewSource<T> クラス
C1TableViewSource<T> メンバ