Método UITechnologyManager.GetTechnologyManagerProperty

Retorna o valor da propriedade determinado do gerente de tecnologia.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Object
O valor da propriedade especificada.

Implementações

IUITechnologyManager.GetTechnologyManagerProperty(UITechnologyManagerProperty)

Exceções

Exceção Condição
NotSupportedException

A propriedade não é suportada por este Gerenciador de tecnologia.

Segurança do .NET Framework

Consulte também

Referência

UITechnologyManager Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension