Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITmi::ReleaseTest Method (TestId^)

 

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)

void ReleaseTest(
	TestId^ id
)

Parameters

id
Type: Microsoft.VisualStudio.TestTools.Common::TestId^

The TestId for the test to return.

Throws an error if the test cannot be found.

Return to top
Show: