Método PropertyCondition.GetPropertyValue

Retorna o valor para o nome de determinada propriedade.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Object
O valor para o nome de propriedade dado.

Implementações

IQueryCondition.GetPropertyValue(String)

Segurança do .NET Framework

Consulte também

Referência

PropertyCondition Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension