NSIndexPath.Section Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é .