NSIndexPath.FromRowSection(nint, nint) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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