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

項目の移動先の位置を示すインデックス。

適用対象