ITmi.ReleaseTests Method

Definition

Overloads

ReleaseTests(ICollection)

Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional.

ReleaseTests(String)

Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional.

ReleaseTests(ICollection)

Deletes the tests that are specified by the provided collection of IDs from the UI of Visual Studio Test Professional.

public:
 void ReleaseTests(System::Collections::ICollection ^ tests);
public void ReleaseTests (System.Collections.ICollection tests);
abstract member ReleaseTests : System.Collections.ICollection -> unit
Public Sub ReleaseTests (tests As ICollection)

Parameters

tests
ICollection

A collection of Microsoft.VisualStudio.TestTools.Common.TestID objects.

Applies to

ReleaseTests(String)

Deletes the tests in the specified storage location from the UI of Visual Studio Test Professional.

public:
 void ReleaseTests(System::String ^ location);
public void ReleaseTests (string location);
abstract member ReleaseTests : string -> unit
Public Sub ReleaseTests (location As String)

Parameters

location
String

The path of the storage location.

Applies to