Share via


TestRun.GetResultFilesDirectory Method

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)

Syntax

'Declaration
Public Function GetResultFilesDirectory ( _
    result As TestResult _
) As String
public string GetResultFilesDirectory(
    TestResult result
)
public:
String^ GetResultFilesDirectory(
    TestResult^ result
)
member GetResultFilesDirectory : 
        result:TestResult -> string 
public function GetResultFilesDirectory(
    result : TestResult
) : String

Parameters

Return Value

Type: System.String
The directory of dependent files for the specified test result.

.NET Framework Security

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace

TestResult