NSIndexPath.FromRowSection(nint, nint) Méthode
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.
Retourne un objet index-path initialisé avec les détails de ligne et de section donnés.
[Foundation.Export("indexPathForRow:inSection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromRowSection (nint row, nint section);
static member FromRowSection : nint * nint -> Foundation.NSIndexPath
Paramètres
- row
- System.System.IntPtr System.nativeint
Index de ligne dans le correspondant section
d’un UITableView.
- section
- System.System.IntPtr System.nativeint
Index de la section dans qui UITableView contient le row
.
Retours
Objet NSIndexPath ou null
s’il n’a pas pu être créé.
- Attributs