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
已移动的测试操作的新集合中的索引。
- newCollection
类型:Microsoft.TeamFoundation.TestManagement.Client.TestActionCollection
目标 TestActionCollection 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。