RunResultAndStatistics.HasPassed Property

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

Syntax

'宣言
Public ReadOnly Property HasPassed As Boolean
'使用
Dim instance As RunResultAndStatistics
Dim value As Boolean

value = instance.HasPassed
public bool HasPassed { get; }
public:
property bool HasPassed {
    bool get ();
}
public function get HasPassed () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

RunResultAndStatistics Class

RunResultAndStatistics Members

Microsoft.VisualStudio.TestTools.Common Namespace