Compartir a través de


IUITechnologyManager.GetTechnologyManagerProperty (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Devuelve el valor de la propiedad especificada de este administrador de tecnología.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Function GetTechnologyManagerProperty ( _
    propertyName As UITechnologyManagerProperty _
) As Object
Object GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
Object^ GetTechnologyManagerProperty(
    UITechnologyManagerProperty propertyName
)
abstract GetTechnologyManagerProperty : 
        propertyName:UITechnologyManagerProperty -> Object
function GetTechnologyManagerProperty(
    propertyName : UITechnologyManagerProperty
) : Object

Parámetros

Valor devuelto

Tipo: Object
Valor de la propiedad especificada.

Excepciones

Excepción Condición
NotSupportedException

Este administrador de tecnología no admite la propiedad.

Seguridad de .NET Framework

Vea también

Referencia

IUITechnologyManager Interfaz

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)