共用方式為


TestIterationResult.Passed 屬性

取得值,這個值表示測試是否成功。

命名空間:  Microsoft.VisualStudio.TestTools.LoadTesting
組件:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property Passed As Boolean
public bool Passed { get; }
public:
property bool Passed {
    bool get ();
}
member Passed : bool with get
function get Passed () : boolean

屬性值

型別:System.Boolean
如果測試成功則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

TestIterationResult 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間