Partager via


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

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

Voir aussi

Référence

QueryCondition Classe

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