Share via


TestStepEndEventArgs.TestStepOutcome Property

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property TestStepOutcome As TestOutcome
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome with get
function get TestStepOutcome () : TestOutcome

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome

.NET Framework Security

See Also

Reference

TestStepEndEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace