次の方法で共有


IUICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) メソッド

定義

セルを取得します。

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

パラメーター

collectionView
UICollectionView

要求を開始したコレクション ビュー。

indexPath
NSIndexPath

戻り値

コレクション ビュー のセル。

属性

適用対象