Udostępnij za pośrednictwem


Właściwość TestRun.ResultFilePath —

Zwraca lub ustawia ścieżkę pliku wyników.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property ResultFilePath As String
public string ResultFilePath { get; internal set; }
public:
property String^ ResultFilePath {
    String^ get ();
    internal: void set (String^ value);
}
member ResultFilePath : string with get, internal set
function get ResultFilePath () : String
internal function set ResultFilePath (value : String)

Wartość właściwości

Typ: System.String
Ścieżka pliku wynikowego.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRun Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common