NSIndexPath.Section Propiedad

Definición

Índice de una sección dentro de ( UITableView solo lectura).

public virtual nint Section { get; }
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint Section { [Foundation.Export("section")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Section : nint

Valor de propiedad

System.System.IntPtr System.nativeint
Atributos

Comentarios

Esta sección contiene el Row objeto al que hace referencia este objeto.

En las plataformas de 64 bits, el valor se trunca de un entero de 64 bits a un entero de 32 bits.   Para evitar esto, use la LongSection propiedad .

Se aplica a