UICollectionView.CellForItem(NSIndexPath) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した で を UICollectionViewCell 返します NSIndexPath。
[Foundation.Export("cellForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewCell CellForItem (Foundation.NSIndexPath indexPath);
abstract member CellForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewCell
override this.CellForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewCell
パラメーター
- indexPath
- NSIndexPath
目的UICollectionViewCellの NSIndexPath のセクションと項目のインデックスを示す 。
戻り値
UICollectionViewCellパラメーターにindexPath
対応する 。 対応する UICollectionViewCellが存在しない場合、関数は を返します null
。
- 属性