从集合中移除指定的测试迭代结果。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
bool Remove(
int iterationId
)
bool Remove(
int iterationId
)
abstract Remove :
iterationId:int -> bool
Function Remove (
iterationId As Integer
) As Boolean
参数
- iterationId
要移除的迭代的数字 ID。
返回值
Type: System.Boolean
如果从集合中移除了指定的测试迭代结果,则为 true;否则为 false。
请参阅
Remove 重载
ITestIterationResultCollection 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首