UITableView.IndexPathForCell(UITableViewCell) 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.
Calcula o caminho de índice para o especificado cell
.
[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UITableViewCell cell);
abstract member IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
Parâmetros
- cell
- UITableViewCell
O UITableViewCell para o qual o caminho de índice é desejado.
Retornos
O NSIndexPath para o cell
.
- Atributos