PropertyValueCollection.SetIndex(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在現有的項目移到集合中的新位置之後,重新計算 PropertyValue 物件集合中的索引。
public:
abstract void SetIndex(int currentIndex, int newIndex);
public abstract void SetIndex (int currentIndex, int newIndex);
abstract member SetIndex : int * int -> unit
Public MustOverride Sub SetIndex (currentIndex As Integer, newIndex As Integer)
參數
- currentIndex
- Int32
物件在集合中的目前位置索引。
- newIndex
- Int32
移動項目的目標索引位置。