Share via


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

.NET Framework Security

See Also

Reference

ITmi Interface

ReleaseTests Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestID