IQueryCondition.ParameterizeProperty, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
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
Function ParameterizeProperty ( _
nameOfProperty As String, _
nameOfParameter As String _
) As Boolean
bool ParameterizeProperty(
string nameOfProperty,
string nameOfParameter
)
bool ParameterizeProperty(
String^ nameOfProperty,
String^ nameOfParameter
)
abstract ParameterizeProperty :
nameOfProperty:string *
nameOfParameter:string -> bool
function ParameterizeProperty(
nameOfProperty : String,
nameOfParameter : String
) : boolean
Paramètres
- nameOfProperty
Type : System.String
le nom de la propriété ;
- nameOfParameter
Type : System.String
Nom du paramètre.
Valeur de retour
Type : System.Boolean
true si le paramétrage réussit ; 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.UITest.Extension, espace de noms