UICollectionView.IndexPathForCell(UICollectionViewCell) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o NSIndexPath para o 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
Parâmetros
- cell
- UICollectionViewCell
O UICollectionViewCell para o qual o índice é desejado.
Retornos
O NSIndexPath do UICollectionViewCell especificado. Retorna null
f a célula não está neste UICollectionView
- Atributos