Condividi tramite


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

Valore restituito

Tipo: System.Object
Il valore della proprietà specificata.

Implementa

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

Eccezioni

Eccezione Condizione
NotSupportedException

la proprietà non è supportata da questo gestore tecnologia.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITechnologyManager Classe

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