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

항목을 옮길 인덱스 위치입니다.

적용 대상