Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Removes the specified test from the list.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub RemoveTest ( _
test As ITestElement _
)
void RemoveTest(
ITestElement test
)
void RemoveTest(
ITestElement^ test
)
abstract RemoveTest :
test:ITestElement -> unit
function RemoveTest(
test : ITestElement
)
Parameters
test
Type: Microsoft.VisualStudio.TestTools.Common.ITestElementThe ITestList object to remove from the list.
.NET Framework Security
- 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.