Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.