Método IQueryCondition.GetPropertyValue

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Retorna o valor de uma determinada propriedade, se ele ocorrer nessa condição de consulta.

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

Sintaxe

'Declaração
Function GetPropertyValue ( _
    nameOfProperty As String _
) As Object
Object GetPropertyValue(
    string nameOfProperty
)
Object^ GetPropertyValue(
    String^ nameOfProperty
)
abstract GetPropertyValue : 
        nameOfProperty:string -> Object 
function GetPropertyValue(
    nameOfProperty : String
) : Object

Parâmetros

Valor de retorno

Tipo: System.Object
O valor da propriedade, ou nulluma referência nula (Nothing no Visual Basic) se não existir.

Segurança do .NET Framework

Consulte também

Referência

IQueryCondition Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension