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
f 单元格不在此 UICollectionView
- 属性