Freigeben über


TestStepEndEvent.TestStepPassed Property

Gets a value that indicates whether the outcome was a passing outcome.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Property TestStepPassed As Boolean
    Get
    Private Set
public bool TestStepPassed { get; private set; }
public:
property bool TestStepPassed {
    bool get ();
    private: void set (bool value);
}
member TestStepPassed : bool with get, private set
function get TestStepPassed () : boolean
private function set TestStepPassed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TestStepEndEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace