Share via


ITmi.SaveTest Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Sub SaveTest ( _
    testId As TestId _
)
void SaveTest(
    TestId testId
)
void SaveTest(
    TestId^ testId
)
abstract SaveTest : 
        testId:TestId -> unit 
function SaveTest(
    testId : TestId
)

Parameters

.NET Framework Security

See Also

Reference

ITmi Interface

Microsoft.VisualStudio.TestTools.Common Namespace

TestId