RunInfo.IsPass Property

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

Syntax

'宣言
Public ReadOnly Property IsPass As Boolean
'使用
Dim instance As RunInfo
Dim value As Boolean

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

Property Value

Type: System.Boolean

Permissions

See Also

Reference

RunInfo Class

RunInfo Members

Microsoft.VisualStudio.TestTools.Common Namespace