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

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

パラメータ

cellType
セルのタイプ
range
範囲

戻り値の型

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

GridCellFactoryBase クラス
GridCellFactoryBase メンバ