Udostępnij za pośrednictwem


Właściwość ExtractRegularExpression.Required —

Zwraca lub ustawia wartość, która wskazuje, czy ekstrakcji nie działa, jeśli tekst jest reprezentowana przez RegularExpression nie istnieje w HtmlDocument.

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

Składnia

'Deklaracja
Public Property Required As Boolean
public bool Required { get; set; }
public:
property bool Required {
    bool get ();
    void set (bool value);
}
member Required : bool with get, set
function get Required () : boolean
function set Required (value : boolean)

Wartość właściwości

Typ: System.Boolean
true Jeśli żądanie nie powiedzie się, jeśli tekst jest reprezentowana przez RegularExpression nie istnieje; w przeciwnym razie false.Wartością domyślną jest true.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ExtractRegularExpression Klasa

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