NSIndexPath.FromRowSection(nint, nint) 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.
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