Share via


ITmi.SaveTest(TestId) Method

Definition

Saves the specified test from the UI memory to a hard disk.

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

Parameters

testId
TestId

The TestId of the test to save.

Applies to