NSMutableIndexSet.Add 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.
Surcharges
Add(NSIndexSet) |
Ajoute un jeu d’index existant à cet ensemble. |
Add(nuint) |
Ajoute un index unique à l’ensemble existant. |
Add(NSIndexSet)
Ajoute un jeu d’index existant à cet ensemble.
[Foundation.Export("addIndexes:")]
public virtual void Add (Foundation.NSIndexSet other);
abstract member Add : Foundation.NSIndexSet -> unit
override this.Add : Foundation.NSIndexSet -> unit
Paramètres
- other
- NSIndexSet
Jeu d’index existant à ajouter.
- Attributs
S’applique à
Add(nuint)
Ajoute un index unique à l’ensemble existant.
[Foundation.Export("addIndex:")]
public virtual void Add (nuint index);
abstract member Add : nuint -> unit
override this.Add : nuint -> unit
Paramètres
- index
- System.System.UIntPtr System.unativeint
Index à ajouter.
- Attributs