Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
result
Type: Microsoft.VisualStudio.TestTools.Common.TestResultTest result for which to get the dependent files directory.
Return Value
Type: String
The directory of dependent files for the specified test result.
.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.