Xamarin.iOS のドキュメント
GetCellContentType(GridCellType,GridCellRange) メソッド

C1.iOS.Grid アセンブリ > C1.iOS.Grid 名前空間 > GridCellFactory クラス : GetCellContentType(GridCellType,GridCellRange) メソッド
セルのタイプ
セルの範囲
セルの内容のタイプを定義するキーを取得します。
シンタックス
'宣言
 
Public Overrides Function GetCellContentType( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange _
) As System.Object
public override System.object GetCellContentType( 
   GridCellType cellType,
   GridCellRange range
)

パラメータ

cellType
セルのタイプ
range
セルの範囲

戻り値の型

返されたオブジェクトは、セルのコンテンツをリサイクルするためのキーとして使用されます
解説
nullが返された場合、セルはリサイクルされません。したがって、C1.iOS.Grid.GridCellFactory.CreateCellContent(C1.iOS.Grid.GridCellType、C1.iOS.Grid .GridCellRange、System.Object) メソッドは、すべてのレンダリングされたセルに対して呼び出されます。 これはパフォーマンスに悪影響を与えることに注意してください。
参照

GridCellFactory クラス
GridCellFactory メンバ