Compartir a través de


QueryCondition.GetPropertyValue (Método)

Recupera el valor de la propiedad con nombre, si existe.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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

Parámetros

  • nameOfProperty
    Tipo: String

    Nombre de la propiedad que se va a recuperar.

Valor devuelto

Tipo: Object
El valor de la propiedad con nombre.

Implementaciones

IQueryCondition.GetPropertyValue(String)

Seguridad de .NET Framework

Vea también

Referencia

QueryCondition Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)