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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.