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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。