Share via


ITmi.ReleaseTest(TestId) Method

Definition

Deletes the specified test from the UI of Visual Studio Test Professional.

public:
 void ReleaseTest(Microsoft::VisualStudio::TestTools::Common::TestId ^ id);
public void ReleaseTest (Microsoft.VisualStudio.TestTools.Common.TestId id);
abstract member ReleaseTest : Microsoft.VisualStudio.TestTools.Common.TestId -> unit
Public Sub ReleaseTest (id As TestId)

Parameters

id
TestId

The TestId for the test to return.

Applies to