Udostępnij za pośrednictwem


Metoda QueryCondition.GetPropertyValue —

Pobiera wartości nazwanej właściwości, jeśli taka istnieje.

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 GetPropertyValue ( _
    nameOfProperty As String _
) As Object
public virtual Object GetPropertyValue(
    string nameOfProperty
)
public:
virtual Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object  
override GetPropertyValue : 
        nameOfProperty:string -> Object
public function GetPropertyValue(
    nameOfProperty : String
) : Object

Parametry

  • nameOfProperty
    Typ: String

    Nazwa właściwości do pobrania.

Wartość zwracana

Typ: Object
Wartość właściwości nazwanych.

Implementuje

IQueryCondition.GetPropertyValue(String)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

QueryCondition Klasa

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