NSIndexPath.IndexPathByAddingIndex(nuint) 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 nouveau chemin d’accès d’index contenant ceux de cet objet plus le nouveau index
(non requis pour une utilisation avec iOS UITableView).
[Foundation.Export("indexPathByAddingIndex:")]
public virtual Foundation.NSIndexPath IndexPathByAddingIndex (nuint index);
abstract member IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath
override this.IndexPathByAddingIndex : nuint -> Foundation.NSIndexPath
Paramètres
- index
- System.System.UIntPtr System.unativeint
Index à ajouter.
Retours
- Attributs