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
testId
Type: Microsoft.VisualStudio.TestTools.Common.TestIdThe TestId of the test to save.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.