Metodo UITechnologyManager.GetTechnologyManagerProperty
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
Public Overridable Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public virtual Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parametri
propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyNome della proprietà.
Valore restituito
Tipo: Object
Valore della proprietà specificata.
Implementa
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
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
Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension