UICollectionView.GetLayoutAttributesForItem(NSIndexPath) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定 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
指定不存在的索引,則傳回 。
- 屬性