Sdílet prostřednictvím


TestRun.ResultFilePath – vlastnost

Získá nebo nastaví cestu k souboru výsledků.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: String
Cesta souboru výsledků.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestRun Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů