NSMutableOrderedSet.MoveObjects(NSIndexSet, nint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移動目前位於指定索引處的物件,使其從指定的目的地索引開始。
[Foundation.Export("moveObjectsAtIndexes:toIndex:")]
public virtual void MoveObjects (Foundation.NSIndexSet indexSet, nint destination);
abstract member MoveObjects : Foundation.NSIndexSet * nint -> unit
override this.MoveObjects : Foundation.NSIndexSet * nint -> unit
參數
- indexSet
- NSIndexSet
- destination
- System.System.IntPtr System.nativeint
- 屬性