PropertyCondition.GetPropertyValue (Método)

Devuelve el valor para el nombre de propiedad dado.

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

Parámetros

Valor devuelto

Tipo: System.Object
El valor para el nombre de propiedad dado.

Implementaciones

IQueryCondition.GetPropertyValue(String)

Seguridad de .NET Framework

Vea también

Referencia

PropertyCondition Clase

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