LinkedElementCollection<T>.Move 方法 (Int32, Int32)

移动角色移到集合中的新位置。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Sub Move ( _
    oldIndex As Integer, _
    newIndex As Integer _
)
public void Move(
    int oldIndex,
    int newIndex
)

参数

  • oldIndex
    类型:System.Int32
    角色的当前索引集合中的。
  • newIndex
    类型:System.Int32
    角色的新索引集合中的。

.NET Framework 安全性

请参见

参考

LinkedElementCollection<T> 类

Move 重载

Microsoft.VisualStudio.Modeling 命名空间