Condividi tramite


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

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

Vedere anche

Riferimenti

UITechnologyManagerProxy Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting