Share via


UICollectionView.DequeueReusableCell 메서드

정의

오버로드

DequeueReusableCell(NSString, NSIndexPath)

새 또는 재사용된 를 UICollectionReusableView반환합니다.

DequeueReusableCell(String, NSIndexPath)

새 또는 재사용된 를 UICollectionReusableView반환합니다.

DequeueReusableCell(NSString, NSIndexPath)

새 또는 재사용된 를 UICollectionReusableView반환합니다.

[Foundation.Export("dequeueReusableCellWithReuseIdentifier:forIndexPath:")]
public virtual UIKit.UICollectionReusableView DequeueReusableCell (Foundation.NSString reuseIdentifier, Foundation.NSIndexPath indexPath);
abstract member DequeueReusableCell : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView
override this.DequeueReusableCell : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

매개 변수

reuseIdentifier
NSString

원하는 셀에 대한 형식별 재사용 식별자입니다.

indexPath
NSIndexPath

NSIndexPath 원하는 의 섹션 및 항목 인덱스 를 나타내는 입니다UICollectionViewCell.

반환

UICollectionReusableView 재사용 큐에서 새로 할당되거나 재활용되는 입니다.

특성

적용 대상

DequeueReusableCell(String, NSIndexPath)

새 또는 재사용된 를 UICollectionReusableView반환합니다.

public UIKit.UICollectionReusableView DequeueReusableCell (string reuseIdentifier, Foundation.NSIndexPath indexPath);
member this.DequeueReusableCell : string * Foundation.NSIndexPath -> UIKit.UICollectionReusableView

매개 변수

reuseIdentifier
String
indexPath
NSIndexPath

반환

적용 대상