Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.