共用方式為


UICollectionView.GetLayoutAttributesForItem(NSIndexPath) 方法

定義

傳回指定 UICollectionViewCell 之 的配置資訊。

[Foundation.Export("layoutAttributesForItemAtIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes GetLayoutAttributesForItem (Foundation.NSIndexPath indexPath);
abstract member GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.GetLayoutAttributesForItem : Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

參數

indexPath
NSIndexPath

NSIndexPath 表示所要配置的資料格。

傳回

指定 UICollectionViewLayoutAttributes 配置屬性的 物件。 null如果 indexPath 指定不存在的索引,則傳回 。

屬性

適用於