Compartilhar via


Propriedade ValidationRuleFindText.UseRegularExpression

Obtém ou define um valor que indica se FindText é uma expressão regular.

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

Sintaxe

'Declaração
Public Property UseRegularExpression As Boolean
    Get
    Set
public bool UseRegularExpression { get; set; }
public:
property bool UseRegularExpression {
    bool get ();
    void set (bool value);
}
member UseRegularExpression : bool with get, set
function get UseRegularExpression () : boolean
function set UseRegularExpression (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a seqüência de pesquisa é uma expressão regular; Caso contrário, false.O valor padrão é false.

Segurança do .NET Framework

Consulte também

Referência

ValidationRuleFindText Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules