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

アイテムの移動先のインデックス位置。

適用対象