ITestObjectCollection<TObjectInterface>.Move 方法 (Int32, Int32)

 

此 API 支持 产品 基础结构,不能在代码中直接使用。

将集合的项从一个位置移到另一个位置。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

void Move(
    int fromIndex,
    int toIndex
)
void Move(
    int fromIndex,
    int toIndex
)
abstract Move : 
        fromIndex:int *
        toIndex:int -> unit
Sub Move (
    fromIndex As Integer,
    toIndex As Integer
)

参数

  • fromIndex
    要移动的项的索引。
  • toIndex
    目标位置的索引。

请参阅

ITestObjectCollection<TObjectInterface> 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首