Compartilhar via


NSMutableOrderedSet.RemoveObjects Método

Definição

Sobrecargas

RemoveObjects(NSIndexSet)

Remove os objetos nos índices especificados desse conjunto.

RemoveObjects(NSObject[])
RemoveObjects(NSRange)

RemoveObjects(NSIndexSet)

Remove os objetos nos índices especificados desse conjunto.

[Foundation.Export("removeObjectsAtIndexes:")]
public virtual void RemoveObjects (Foundation.NSIndexSet indexSet);
abstract member RemoveObjects : Foundation.NSIndexSet -> unit
override this.RemoveObjects : Foundation.NSIndexSet -> unit

Parâmetros

indexSet
NSIndexSet
Atributos

Aplica-se a

RemoveObjects(NSObject[])

[Foundation.Export("removeObjectsInArray:")]
public virtual void RemoveObjects (Foundation.NSObject[] objects);
abstract member RemoveObjects : Foundation.NSObject[] -> unit
override this.RemoveObjects : Foundation.NSObject[] -> unit

Parâmetros

objects
NSObject[]
Atributos

Aplica-se a

RemoveObjects(NSRange)

[Foundation.Export("removeObjectsInRange:")]
public virtual void RemoveObjects (Foundation.NSRange range);
abstract member RemoveObjects : Foundation.NSRange -> unit
override this.RemoveObjects : Foundation.NSRange -> unit

Parâmetros

range
NSRange
Atributos

Aplica-se a