Share via


UICollectionViewSource.GetCell(UICollectionView, NSIndexPath) 메서드

정의

지정된 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

반환

구현

특성

적용 대상