TestRun.GetResultFilesDirectory(TestResult) Method

Definition

Returns a directory that consists of dependent files for the specified test result.

public:
 System::String ^ GetResultFilesDirectory(Microsoft::VisualStudio::TestTools::Common::TestResult ^ result);
public string GetResultFilesDirectory (Microsoft.VisualStudio.TestTools.Common.TestResult result);
member this.GetResultFilesDirectory : Microsoft.VisualStudio.TestTools.Common.TestResult -> string
Public Function GetResultFilesDirectory (result As TestResult) As String

Parameters

result
Microsoft.VisualStudio.TestTools.Common.TestResult

Test result for which to get the dependent files directory.

Returns

The directory of dependent files for the specified test result.

Applies to