NSIndexPath.Section Propriété

Définition

Index d’une section dans un UITableView (en lecture seule).

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

Valeur de propriété

System.System.IntPtr System.nativeint
Attributs

Remarques

Cette section contient le Row référencé par cet objet.

Sur les plateformes 64 bits, la valeur est tronquée d’un entier 64 bits à un entier 32 bits.   Pour éviter cela, utilisez la LongSection propriété .

S’applique à