Metodo IUITechnologyManager.GetTechnologyManagerProperty
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Restituisce il valore della proprietà specificata di questo gestore tecnologia.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Sintassi
'Dichiarazione
Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parametri
propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyNome della proprietà.
Valore restituito
Tipo: Object
Valore della proprietà specificata.
Eccezioni
Eccezione | Condizione |
---|---|
NotSupportedException | La proprietà non è supportata da questo gestore tecnologia. |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IUITechnologyManager Interfaccia
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension