Condividi tramite


Metodo ILastInvocationInfo.GetInfoPropertyValue

Ottiene una versione della stringa del valore della proprietà specificata.

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

Sintassi

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

Parametri

  • propertyName
    Tipo: System.String
    Il nome della proprietà per il valore di recuperare.Il nome deve essere uno dei valori che viene recuperato tramite GetInfoProperties proprietà.

Valore restituito

Tipo: System.Object
Una versione della stringa del valore della proprietà specificata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ILastInvocationInfo Interfaccia

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