NSArrayController.Remove 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
Remove(NSIndexSet) | |
Remove(NSObject) | |
Remove(NSObject[]) |
Remove(NSIndexSet)
[Foundation.Export("removeObjectsAtArrangedObjectIndexes:")]
public virtual void Remove (Foundation.NSIndexSet indexes);
override this.Remove : Foundation.NSIndexSet -> unit
Paramètres
- indexes
- NSIndexSet
- Attributs
S’applique à
Remove(NSObject)
[Foundation.Export("removeObject:")]
public virtual void Remove (Foundation.NSObject aObject);
override this.Remove : Foundation.NSObject -> unit
Paramètres
- aObject
- NSObject
- Attributs
S’applique à
Remove(NSObject[])
[Foundation.Export("removeObjects:")]
public virtual void Remove (Foundation.NSObject[] objects);
override this.Remove : Foundation.NSObject[] -> unit
Paramètres
- objects
- NSObject[]
- Attributs