Share via


ITmi.ReleaseTest Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Deletes the specified test 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 ReleaseTest ( _
    id As TestId _
)
void ReleaseTest(
    TestId id
)
void ReleaseTest(
    TestId^ id
)
abstract ReleaseTest : 
        id:TestId -> unit
function ReleaseTest(
    id : TestId
)

Parameters

Remarks

Throws an error if the test cannot be found.

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestId