Compartilhar via


NSIndexPath.FromRowSection(nint, nint) Método

Definição

Retorna um objeto index-path inicializado com os detalhes de linha e seção fornecidos.

[Foundation.Export("indexPathForRow:inSection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromRowSection (nint row, nint section);
static member FromRowSection : nint * nint -> Foundation.NSIndexPath

Parâmetros

row
System.System.IntPtr System.nativeint

O índice de linha dentro do correspondente section de um UITableView.

section
System.System.IntPtr System.nativeint

O índice da seção no UITableView que contém o row.

Retornos

Um NSIndexPath objeto ou null se ele não pôde ser criado.

Atributos

Aplica-se a