Udostępnij za pośrednictwem


Właściwość ValidationRuleFindText.UseRegularExpression —

Zwraca lub ustawia wartość, która wskazuje, czy FindText jest wyrażeniem regularnym.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property UseRegularExpression As Boolean
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)

Wartość właściwości

Typ: System.Boolean
true Jeśli ciąg wyszukiwania jest wyrażenie regularne; w przeciwnym razie false.Wartością domyślną jest false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ValidationRuleFindText Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting.Rules