Propriedade ExtractRegularExpression.IgnoreCase

Obtém ou define um valor que indica se a correspondência é diferencia maiúsculas de minúsculas.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
true Se a correspondência diferencia; Caso contrário, false.O valor padrão é true.

Segurança do .NET Framework

Consulte também

Referência

ExtractRegularExpression Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting.Rules