共用方式為


UICollectionView.IndexPathForCell(UICollectionViewCell) 方法

定義

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需要索引的 。

傳回

所指定 UICollectionViewCellNSIndexPathnull傳回儲存格不在此UICollectionView

屬性

適用於