PropertyCondition.ParameterizeProperty, méthode
Rend paramétrable une propriété de cette condition de requête.
Espace de noms : Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly : Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Déclaration
Public Overrides Function ParameterizeProperty ( _
nameOfProperty As String, _
nameOfParameter As String _
) As Boolean
public override bool ParameterizeProperty(
string nameOfProperty,
string nameOfParameter
)
public:
virtual bool ParameterizeProperty(
String^ nameOfProperty,
String^ nameOfParameter
) override
abstract ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
override ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
public override function ParameterizeProperty(
nameOfProperty : String,
nameOfParameter : String
) : boolean
Paramètres
- nameOfProperty
Type : System.String
Nom de la propriété à rendre paramétrable.
- nameOfParameter
Type : System.String
Nom du paramètre.
Valeur de retour
Type : System.Boolean
true si la propriété a été correctement rendue paramétrable ; sinon, false.
Implémentations
IQueryCondition.ParameterizeProperty(String, String)
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.UITest.Extension, espace de noms