Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.