Condividi tramite


Metodo IUITechnologyElement.GetPropertyValue

Restituisce il valore della proprietà specificata per questo elemento.

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

Sintassi

'Dichiarazione
Function GetPropertyValue ( _
    propertyName As String _
) As Object
Object GetPropertyValue(
    string propertyName
)
Object^ GetPropertyValue(
    String^ propertyName
)
abstract GetPropertyValue : 
        propertyName:string -> Object 
function GetPropertyValue(
    propertyName : String
) : Object

Parametri

  • propertyName
    Tipo: System.String
    Il nome della proprietà da recuperare.

Valore restituito

Tipo: System.Object
Il valore della proprietà.

Eccezioni

Eccezione Condizione
NotSupportedException

La proprietà di un elemento non è supportata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IUITechnologyElement Interfaccia

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