Condividi tramite


Metodo PropertyCondition.GetPropertyValue

Restituisce il valore del nome di proprietà specificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Object
Valore del nome di proprietà specificato.

Implementa

IQueryCondition.GetPropertyValue(String)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyCondition Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension