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
は を返します。
- 属性