QueryCondition.ParameterizeProperty, méthode
Rend paramétrable la propriété donnée à l'aide du nom de paramètre donné.
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 Overridable Function ParameterizeProperty ( _
nameOfProperty As String, _
nameOfParameter As String _
) As Boolean
public virtual bool ParameterizeProperty(
string nameOfProperty,
string nameOfParameter
)
public:
virtual bool ParameterizeProperty(
String^ nameOfProperty,
String^ nameOfParameter
)
abstract ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
override ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
public function ParameterizeProperty(
nameOfProperty : String,
nameOfParameter : String
) : boolean
Paramètres
- nameOfProperty
Type : System.String
Nom de la propriété.
- 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