从集合中移除提供的测试用例。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
bool Remove(
ITestCase testCase
)
bool Remove(
ITestCase^ testCase
)
abstract Remove :
testCase:ITestCase -> bool
Function Remove (
testCase As ITestCase
) As Boolean
参数
- testCase
要移除的 ITestCase 对象。
返回值
Type: System.Boolean
如果从集合中移除了该对象,则为 true;否则为 false。
请参阅
ITestCase
Remove 重载
ITestSuiteEntryCollection 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首