Share via


UICollectionViewDataSource.GetCell(UICollectionView, NSIndexPath) 메서드

정의

지정된 indexPath의 셀입니다.

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

매개 변수

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

indexPath
NSIndexPath

반환

구현

특성

적용 대상