Share via


NSIndexPath.FromItemSection(nint, nint) Método

Definición

Crea un NSIndexPath a partir de los valores de elemento y sección especificados.

[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 del elemento.

section
System.System.IntPtr System.nativeint

Valor de sección.

Devoluciones

Nueva instancia de NSIndexPath.

Atributos

Se aplica a