Condividi tramite


Proprietà RunInfo.Outcome

Ottiene un membro di TestOutcome enumerazione, che indica come l'esecuzione dei test è terminata.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Outcome As TestOutcome
public TestOutcome Outcome { get; }
public:
virtual property TestOutcome Outcome {
    TestOutcome get () sealed;
}
abstract Outcome : TestOutcome with get
override Outcome : TestOutcome with get
final function get Outcome () : TestOutcome

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Un membro di TestOutcome enumerazione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RunInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestOutcome