ITmi.SaveTest(TestId) Método

Definição

Salva o teste especificado da memória da interface do usuário em um disco rígido.

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)

Parâmetros

testId
TestId

O TestId do teste a ser salvo.

Aplica-se a