StringComparisonRule.UseRegularExpression, propriété
Obtient ou définit une valeur booléenne pour indiquer s'il faut utiliser des expressions régulières.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : System.Boolean
true pour utiliser des expressions régulières ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms