NSMutableIndexSet.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Remove(NSIndexSet) |
移除存在於此集合中指定的 |
Remove(nuint) |
從集合中移除單一索引。 |
Remove(NSIndexSet)
移除存在於此集合中指定的 other
索引。
[Foundation.Export("removeIndexes:")]
public virtual void Remove (Foundation.NSIndexSet other);
abstract member Remove : Foundation.NSIndexSet -> unit
override this.Remove : Foundation.NSIndexSet -> unit
參數
- other
- NSIndexSet
要移除的索引集。
- 屬性
適用於
Remove(nuint)
從集合中移除單一索引。
[Foundation.Export("removeIndex:")]
public virtual void Remove (nuint index);
abstract member Remove : nuint -> unit
override this.Remove : nuint -> unit
參數
- index
- System.System.UIntPtr System.unativeint
要移除的索引。
- 屬性