RunInfo.Outcome Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a member of the TestOutcome enumeration, which indicates how the test run ended.
public:
property Microsoft::VisualStudio::TestTools::Common::TestOutcome Outcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); };
public Microsoft.VisualStudio.TestTools.Common.TestOutcome Outcome { get; }
member this.Outcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Public ReadOnly Property Outcome As TestOutcome
Property Value
A member of the TestOutcome enumeration.