Compartir a través de


UITechnologyManager.ConvertToThisTechnology (Método)

Toma un elemento de otra tecnología y devuelve un elemento que es compatible con la tecnología actual, junto con el nivel de compatibilidad que tiene con el elemento convertido.

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

Sintaxis

'Declaración
Public MustOverride Function ConvertToThisTechnology ( _
    elementToConvert As IUITechnologyElement, _
    <OutAttribute> ByRef supportLevel As Integer _
) As IUITechnologyElement
public abstract IUITechnologyElement ConvertToThisTechnology(
    IUITechnologyElement elementToConvert,
    out int supportLevel
)
public:
virtual IUITechnologyElement^ ConvertToThisTechnology(
    IUITechnologyElement^ elementToConvert, 
    [OutAttribute] int% supportLevel
) abstract
abstract ConvertToThisTechnology : 
        elementToConvert:IUITechnologyElement * 
        supportLevel:int byref -> IUITechnologyElement
public abstract function ConvertToThisTechnology(
    elementToConvert : IUITechnologyElement, 
    supportLevel : int
) : IUITechnologyElement

Parámetros

  • supportLevel
    Tipo: Int32%

    (Salida) Nivel de compatibilidad del elemento especificado en la nueva tecnología.

Valor devuelto

Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Nuevo elemento.

Implementaciones

IUITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

UITechnologyManager Clase

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

IUITechnologyElement