ITestList.RemoveTest 方法

从列表中移除指定的测试。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Sub RemoveTest ( _
    test As ITestElement _
)
void RemoveTest(
    ITestElement test
)
void RemoveTest(
    ITestElement^ test
)
abstract RemoveTest : 
        test:ITestElement -> unit 
function RemoveTest(
    test : ITestElement
)

参数

.NET Framework 安全性

请参见

参考

ITestList 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

ITestList