共用方式為


WebTestResultCondition.Passed 屬性

取得布林值,指出是否通過 Web 效能測試。

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

語法

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

屬性值

型別:System.Boolean
布林值,指出是否通過 Web 效能測試。

.NET Framework 安全性

請參閱

參考

WebTestResultCondition 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間