Udostępnij za pośrednictwem


Metoda UITechnologyManager.ConvertToThisTechnology —

Przyjmuje element od innej technologii i zwraca element zgodnego z bieżącym technologia, wraz z poziomu wsparcia, jakimi dysponuje przekonwertowanych element.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Składnia

'Deklaracja
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

Parametry

  • supportLevel
    Typ: Int32%

    (Wyjście) Poziom wsparcia dostarczonego elementu w nowej technologii.

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Nowy element.

Implementuje

IUITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITechnologyManager Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension

IUITechnologyElement