Propriedade StringComparisonRule.UseRegularExpression

Obtém ou define um valor booleano para indicar se vai usar expressões regulares.

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 usar expressões regulares; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

StringComparisonRule Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules