PropertyValueCollection.SetIndex(Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在将集合中的现有项移到新位置之后,重新计算 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
要将项移到的索引位置。