共用方式為


ValidationRuleFindText.PassIfTextFound 屬性

取得或設定值,這個值表示找到或找不到測試時,測試是成功或失敗。

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

語法

'宣告
Public Property PassIfTextFound As Boolean
    Get
    Set
public bool PassIfTextFound { get; set; }
public:
property bool PassIfTextFound {
    bool get ();
    void set (bool value);
}
member PassIfTextFound : bool with get, set
function get PassIfTextFound () : boolean
function set PassIfTextFound (value : boolean)

屬性值

型別:System.Boolean
如果找到文字時是測試成功,則為 true。如果找不到文字時是測試成功,則為 false。預設值為 true。

.NET Framework 安全性

請參閱

參考

ValidationRuleFindText 類別

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空間