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
目的UICollectionViewCellの NSIndexPath のセクションと項目のインデックスを示す 。
戻り値
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