Sdílet prostřednictvím


PropertyCondition.ParameterizeProperty – metoda

Vlastnost tato podmínka 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
Public Overrides Function ParameterizeProperty ( _
    nameOfProperty As String, _
    nameOfParameter As String _
) As Boolean
public override bool ParameterizeProperty(
    string nameOfProperty,
    string nameOfParameter
)
public:
virtual bool ParameterizeProperty(
    String^ nameOfProperty, 
    String^ nameOfParameter
) override
abstract ParameterizeProperty : 
        nameOfProperty:string * 
        nameOfParameter:string -> bool 
override ParameterizeProperty : 
        nameOfProperty:string * 
        nameOfParameter:string -> bool 
public override function ParameterizeProperty(
    nameOfProperty : String, 
    nameOfParameter : String
) : boolean

Parametry

  • nameOfProperty
    Typ: System.String
    Název vlastnosti při parametrizaci.

Vrácená hodnota

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

Implementuje

IQueryCondition.ParameterizeProperty(String, String)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PropertyCondition Třída

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