UICollectionView.DequeueReusableCell 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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