Compartilhar via


Propriedade ValidationRuleFindText.PassIfTextFound

Obtém ou define um valor que indica se passar ou falhar no teste, se ele for encontrado ou não.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Se o teste passar, quando o texto for encontrado; Caso contrário, false se o teste passar quando o texto não for encontrado.O padrão é true.

Segurança do .NET Framework

Consulte também

Referência

ValidationRuleFindText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules