Compartir a través de


NSIndexPath.FromRowSection(nint, nint) Método

Definición

Devuelve un objeto index-path inicializado con los detalles de fila y sección especificados.

[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

Índice de fila dentro de la correspondiente section de un UITableViewobjeto .

section
System.System.IntPtr System.nativeint

Índice de la sección de UITableView que contiene .row

Devoluciones

Objeto NSIndexPath o null si no se pudo crear.

Atributos

Se aplica a