ITmi.ReleaseTests Method (ICollection)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Sub ReleaseTests ( _
tests As ICollection _
)
void ReleaseTests(
ICollection tests
)
void ReleaseTests(
ICollection^ tests
)
abstract ReleaseTests :
tests:ICollection -> unit
function ReleaseTests(
tests : ICollection
)
Parameters
- tests
Type: System.Collections.ICollection
A collection of TestID objects.
.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.
See Also
Reference
Microsoft.VisualStudio.TestTools.Common Namespace
TestID