Freigeben über


TestResult.HasPassed-Eigenschaft

Ruft einen Wert ab, der angibt, ob der zugeordnete Test für dieses Testergebnis erfolgreich ausgeführt wurde.

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

Syntax

'Declaration
<VisiblePropertyAttribute> _
Public Overridable ReadOnly Property HasPassed As Boolean
    Get
[VisiblePropertyAttribute]
public virtual bool HasPassed { get; }
[VisiblePropertyAttribute]
public:
virtual property bool HasPassed {
    bool get ();
}
[<VisiblePropertyAttribute>]
abstract HasPassed : bool
[<VisiblePropertyAttribute>]
override HasPassed : bool
function get HasPassed () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn der zugeordnete Test für dieses Testergebnis erfolgreich ausgeführt wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestResult Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace