Bagikan melalui


NSArrayController.Remove Metode

Definisi

Overload

Remove(NSIndexSet)
Remove(NSObject)
Remove(NSObject[])

Remove(NSIndexSet)

[Foundation.Export("removeObjectsAtArrangedObjectIndexes:")]
public virtual void Remove (Foundation.NSIndexSet indexes);
override this.Remove : Foundation.NSIndexSet -> unit

Parameter

indexes
NSIndexSet
Atribut

Berlaku untuk

Remove(NSObject)

[Foundation.Export("removeObject:")]
public virtual void Remove (Foundation.NSObject aObject);
override this.Remove : Foundation.NSObject -> unit

Parameter

aObject
NSObject
Atribut

Berlaku untuk

Remove(NSObject[])

[Foundation.Export("removeObjects:")]
public virtual void Remove (Foundation.NSObject[] objects);
override this.Remove : Foundation.NSObject[] -> unit

Parameter

objects
NSObject[]
Atribut

Berlaku untuk