TestActionCollection.MoveTo 方法

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

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

语法

声明
Public Sub MoveTo ( _
    fromIndex As Integer, _
    toIndex As Integer, _
    newCollection As TestActionCollection _
)
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 function MoveTo(
    fromIndex : int, 
    toIndex : int, 
    newCollection : TestActionCollection
)

参数

  • fromIndex
    类型:System.Int32
    要移动的测试操作的此集合中的索引。
  • toIndex
    类型:System.Int32
    已移动的测试操作的新集合中的索引。

.NET Framework 安全性

请参见

参考

TestActionCollection 类

Microsoft.TeamFoundation.TestManagement.Client 命名空间

TestActionCollection