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