Compartir a través de


TestRun.Result (Propiedad)

Obtiene el resultado de pruebas que contiene los resultados del nivel de ejecución.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property Result As RunResultAndStatistics
public RunResultAndStatistics Result { get; internal set; }
public:
property RunResultAndStatistics^ Result {
    RunResultAndStatistics^ get ();
    internal: void set (RunResultAndStatistics^ value);
}
member Result : RunResultAndStatistics with get, internal set
function get Result () : RunResultAndStatistics
internal function set Result (value : RunResultAndStatistics)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.RunResultAndStatistics
Resultado de prueba que contiene los resultados del nivel de ejecución.

Seguridad de .NET Framework

Vea también

Referencia

TestRun Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

RunResultAndStatistics