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

  • ___location
    Type: String

    The path of the storage ___location.

.NET Framework Security

See Also

Reference

ITmi Interface

ReleaseTests Overload

Microsoft.VisualStudio.TestTools.Common Namespace