Compartilhar via


NSIndexPath.IndexPathByAddingIndex(nuint) Método

Definição

Retorna um novo caminho de índice que contém aqueles neste objeto mais o novo index (não necessário para uso com o iOS UITableView).

[Foundation.Export("indexPathByAddingIndex:")]
public virtual Foundation.NSIndexPath IndexPathByAddingIndex (nuint index);
abstract member IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath
override this.IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath

Parâmetros

index
System.System.UIntPtr System.unativeint

Índice a ser acrescentado.

Retornos

Atributos

Aplica-se a