UICollectionView.IndexPathForCell(UICollectionViewCell) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳 NSIndexPath 回 的 cell
。
[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UICollectionViewCell cell);
abstract member IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UICollectionViewCell -> Foundation.NSIndexPath
參數
- cell
- UICollectionViewCell
UICollectionViewCell需要索引的 。
傳回
所指定 UICollectionViewCell 的 NSIndexPath。 null
傳回儲存格不在此UICollectionView
- 屬性