QueryCondition.ParameterizeProperty – metoda
Parameterizes dané vlastnosti pomocí názvu zadanému parametru.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntaxe
'Deklarace
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
Parametry
- nameOfProperty
Typ: System.String
Název vlastnosti.
- nameOfParameter
Typ: System.String
Název parametru.
Vrácená hodnota
Typ: System.Boolean
true Pokud je vlastnost byla úspěšně Parametrizovaná; jinak false.
Implementuje
IQueryCondition.ParameterizeProperty(String, String)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů