Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Sub RemoveTest ( _
test As ITestElement _
)
'使用
Dim instance As ITestList
Dim test As ITestElement
instance.RemoveTest(test)
void RemoveTest(
ITestElement test
)
void RemoveTest(
ITestElement^ test
)
function RemoveTest(
test : ITestElement
)
Parameters
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.