Partilhar via


Método UITechnologyManagerProxy.GetTechnologyManagerProperty

Obtém a determinada propriedade do gerenciador de tecnologia.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Object
O valor da propriedade.

Implementações

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

Exceções

Exceção Condição
NotSupportedException

Gera System.NotSupportedException se a propriedade não é suportada.

Segurança do .NET Framework

Consulte também

Referência

UITechnologyManagerProxy Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting