Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestRun::GetResultFilesDirectory Method (TestResult^)

 

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

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

public:
String^ GetResultFilesDirectory(
	TestResult^ result
)

Parameters

result
Type: Microsoft.VisualStudio.TestTools.Common::TestResult^

Test result for which to get the dependent files directory.

Return Value

Type: System::String^

The directory of dependent files for the specified test result.

Return to top
Show: