Compartir a través de


TestResult.Outcome (Propiedad)

Obtiene o establece un objeto con detalles sobre el resultado de la prueba asociada.

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

Sintaxis

'Declaración
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")> _
Public Property Outcome As TestOutcome
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public TestOutcome Outcome { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")>]
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome 
function set Outcome (value : TestOutcome)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Detalles sobre el resultado de la prueba asociada.

Seguridad de .NET Framework

Vea también

Referencia

TestResult Clase

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

TestOutcome