Compartir a través de


TestStepEndEventArgs.TestStepOutcome (Propiedad)

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

Sintaxis

'Declaración
Public ReadOnly Property TestStepOutcome As TestOutcome
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome with get
function get TestStepOutcome () : TestOutcome

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome

Seguridad de .NET Framework

Vea también

Referencia

TestStepEndEventArgs Clase

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