Udostępnij za pośrednictwem


Metoda PropertyCondition.ParameterizeProperty —

Parameterizes właściwość tego warunku właściwość.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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: String

    Nazwa właściwości, definiowanie parametrów.

  • nameOfParameter
    Typ: String

    Nazwa parametru.

Wartość zwracana

Typ: Boolean
true Jeśli właściwość została pomyślnie sparametryzowana; w przeciwnym razie false.

Implementuje

IQueryCondition.ParameterizeProperty(String, String)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

PropertyCondition Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension