Partilhar via


Propriedade TestRun.ResultFilePath

Obtém ou define o caminho do arquivo de resultado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property ResultFilePath As String
    Get
    Friend Set
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)

Valor de propriedade

Tipo: System.String
O caminho do arquivo de resultado.

Segurança do .NET Framework

Consulte também

Referência

TestRun Classe

Namespace Microsoft.VisualStudio.TestTools.Common