Share via


ITmi.ReleaseTests Method (String)

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

Deletes the tests in the specified storage location 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 ( _
    location As String _
)
void ReleaseTests(
    string location
)
void ReleaseTests(
    String^ location
)
abstract ReleaseTests : 
        location:string -> unit 
function ReleaseTests(
    location : String
)

Parameters

.NET Framework Security

See Also

Reference

ITmi Interface

ReleaseTests Overload

Microsoft.VisualStudio.TestTools.Common Namespace