Metodo UITechnologyManagerProxy.GetTechnologyManagerProperty
Ottiene la proprietà specificata del gestore tecnologia.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintassi
'Dichiarazione
Public Overrides Function GetTechnologyManagerProperty ( _
propertyName As UITechnologyManagerProperty _
) As Object
public override Object GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
)
public:
virtual Object^ GetTechnologyManagerProperty(
UITechnologyManagerProperty propertyName
) override
abstract GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
override GetTechnologyManagerProperty :
propertyName:UITechnologyManagerProperty -> Object
public override function GetTechnologyManagerProperty(
propertyName : UITechnologyManagerProperty
) : Object
Parametri
propertyName
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyManagerPropertyLa proprietà da verificare.
Valore restituito
Tipo: Object
Valore della proprietà.
Implementa
IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)
Eccezioni
Eccezione | Condizione |
---|---|
NotSupportedException | Genera System.NotSupportedException se la proprietà non è supportata. |
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.