Sdílet prostřednictvím


ExtractRegularExpression.Required – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda extrakce selže, pokud text RegularExpression neexistuje v HtmlDocument.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean
true Pokud požadavek selže, pokud text RegularExpression neexistuje; jinak false.Výchozí hodnota je true.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ExtractRegularExpression Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů