共用方式為


PropertyValueCollection.SetIndex(Int32, Int32) 方法

定義

在現有的項目移到集合中的新位置之後,重新計算 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

移動項目的目標索引位置。

適用於