Partilhar via


Propriedade RunInfo.Outcome

Obtém um membro da TestOutcome enumeração, que indica como a execução de teste foi encerrado.

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

Sintaxe

'Declaração
Public ReadOnly Property Outcome As TestOutcome
    Get
public TestOutcome Outcome { get; }
public:
virtual property TestOutcome Outcome {
    TestOutcome get () sealed;
}
abstract Outcome : TestOutcome
override Outcome : TestOutcome
final function get Outcome () : TestOutcome

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Um membro do TestOutcome enumeração.

Segurança do .NET Framework

Consulte também

Referência

RunInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common

TestOutcome