Sdílet prostřednictvím


IQueryCondition.ParameterizeProperty – metoda

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Tato podmínka dotazu vlastnost parameterizes.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Boolean
true Pokud je Parametrizace úspěšná; jinak false.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IQueryCondition Rozhraní

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů