Compartilhar via


Propriedade TestStepEndEventArgs.TestStepOutcome

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
Public ReadOnly Property TestStepOutcome As TestOutcome
    Get
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome
function get TestStepOutcome () : TestOutcome

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome

Segurança do .NET Framework

Consulte também

Referência

TestStepEndEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution