PropertyExpression, constructeur (String, String, PropertyExpressionOperator)
Initialise une nouvelle instance de la classe PropertyExpression à l'aide du nom de propriété, de la valeur à rechercher et de l'opérateur de propriété fournis.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Public Sub New ( _
propertyName As String, _
propertyValue As String, _
propertyOperator As PropertyExpressionOperator _
)
public PropertyExpression(
string propertyName,
string propertyValue,
PropertyExpressionOperator propertyOperator
)
public:
PropertyExpression(
String^ propertyName,
String^ propertyValue,
PropertyExpressionOperator propertyOperator
)
new :
propertyName:string *
propertyValue:string *
propertyOperator:PropertyExpressionOperator -> PropertyExpression
public function PropertyExpression(
propertyName : String,
propertyValue : String,
propertyOperator : PropertyExpressionOperator
)
Paramètres
propertyName
Type : StringNom de la propriété à rechercher.
propertyValue
Type : StringValeur de recherche pour la propriété.
propertyOperator
Type : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionOperatorObjet PropertyExpressionOperator.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.