Share via


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

반환

컬렉션 뷰 셀입니다.

특성

적용 대상