Partager via


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

Valeur de retour

Type : System.Boolean
true si le paramétrage réussit ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IQueryCondition Interface

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms