Metodo ILastInvocationInfo.GetInfoPropertyValue
Ottiene una versione in formato 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
Nome della proprietà del valore da recuperare.Il nome deve essere uno dei valori recuperati tramite la proprietà GetInfoProperties.
Valore restituito
Tipo: System.Object
Versione in formato stringa del valore della proprietà specificata.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ILastInvocationInfo Interfaccia
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension