次の方法で共有


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

定義

指定したインデックス位置にある UICollectionViewCell を取得します。

[Foundation.Export("collectionView:cellForItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UICollectionViewCell GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell
override this.GetCell : UIKit.UICollectionView * Foundation.NSIndexPath -> UIKit.UICollectionViewCell

パラメーター

collectionView
UICollectionView

このビュー コントローラーによって管理されるコレクション ビュー。

indexPath
NSIndexPath

影響を受ける項目のインデックス パス。

戻り値

UICollectionViewCellこのビュー コントローラーによって管理される 。

実装

属性

適用対象