TestActionCollection.MoveTo 方法 (Int32, Int32, TestActionCollection)

 

将测试操作从一个集合移动到另一个集合。

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

语法

public void MoveTo(
    int fromIndex,
    int toIndex,
    TestActionCollection newCollection
)
public:
void MoveTo(
    int fromIndex,
    int toIndex,
    TestActionCollection^ newCollection
)
member MoveTo : 
        fromIndex:int *
        toIndex:int *
        newCollection:TestActionCollection -> unit
Public Sub MoveTo (
    fromIndex As Integer,
    toIndex As Integer,
    newCollection As TestActionCollection
)

参数

  • fromIndex
    要移动的测试操作的此集合中的索引。
  • toIndex
    已移动的测试操作的新集合中的索引。

请参阅

TestActionCollection
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首