Udostępnij za pośrednictwem


Metoda QueryCondition.ParameterizeProperty —

Parameterizes danej właściwości przy użyciu nazwy danego parametru.

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

Składnia

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

    Nazwa właściwości.

  • 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

QueryCondition Klasa

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