Compartilhar via


NSIndexPath.FromItemSection(nint, nint) Método

Definição

Cria um NSIndexPath com base nos valores de item e seção fornecidos.

[Foundation.Export("indexPathForItem:inSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromItemSection (nint item, nint section);
static member FromItemSection : nint * nint -> Foundation.NSIndexPath

Parâmetros

item
System.System.IntPtr System.nativeint

Valor do item.

section
System.System.IntPtr System.nativeint

Valor da seção.

Retornos

Nova instância do NSIndexPath.

Atributos

Aplica-se a