IUITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32) Método

Definição

Usa um elemento de outra tecnologia e retorna um elemento que é compatível com a tecnologia atual, junto com o nível de suporte que ele tem para o elemento convertido.

public:
 Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ ConvertToThisTechnology(Microsoft::VisualStudio::TestTools::UITest::Extension::IUITechnologyElement ^ elementToConvert, [Runtime::InteropServices::Out] int % supportLevel);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement ConvertToThisTechnology (Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement elementToConvert, out int supportLevel);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member ConvertToThisTechnology : Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement * int -> Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
Public Function ConvertToThisTechnology (elementToConvert As IUITechnologyElement, ByRef supportLevel As Integer) As IUITechnologyElement

Parâmetros

elementToConvert
IUITechnologyElement

Um objeto IUITechnologyElement.

supportLevel
Int32

Der O nível de suporte do elemento fornecido na nova tecnologia.

Retornos

IUITechnologyElement

O novo elemento.

Atributos

Aplica-se a