TestRunTextResultMessage.Outcome (Propiedad)

Obtiene el resultado de la prueba.

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

Sintaxis

'Declaración
Public Property Outcome As TestOutcome
public TestOutcome Outcome { get; set; }
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Resultado de la prueba.

Seguridad de .NET Framework

Vea también

Referencia

TestRunTextResultMessage Clase

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

TestOutcome