UITableViewSource.IndentationLevel(UITableView, NSIndexPath) 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.
Obtenha o nível de recuo para a linha especificada por indexPath
.
[Foundation.Export("tableView:indentationLevelForRowAtIndexPath:")]
public virtual nint IndentationLevel (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
override this.IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
Parâmetros
- tableView
- UITableView
Exibição de tabela que contém a linha.
- indexPath
- NSIndexPath
Local da linha.
Retornos
System.System.IntPtr
System.nativeint
Quanto o conteúdo dessa linha deve ser recuado para mostrar sua posição hierárquica em relação às outras linhas.
- Atributos
Comentários
Declarado em [UITableViewDelegate]