Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a member of the TestOutcome enumeration, which indicates how the test run ended.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome
A member of the TestOutcome enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.