PropertyValueCollection.SetIndex(Int32, Int32) Method

Definition

Recalculates the indexes in a collection of PropertyValue objects after an existing item is moved to a new position in the collection.

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)

Parameters

currentIndex
Int32

The current position index of the object in the collection.

newIndex
Int32

The index position to which the item is moved.

Applies to