Método UITechnologyManagerProxy.ConvertToThisTechnology
Converte o elemento dado de outra tecnologia para o novo elemento do gerenciador de tecnologia.
Isso é usado para operações como alternar entre tecnologias hospedados e de hospedagem.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
Public Overrides Function ConvertToThisTechnology ( _
elementToConvert As IUITechnologyElement, _
<OutAttribute> ByRef supportLevel As Integer _
) As IUITechnologyElement
public override IUITechnologyElement ConvertToThisTechnology(
IUITechnologyElement elementToConvert,
out int supportLevel
)
public:
virtual IUITechnologyElement^ ConvertToThisTechnology(
IUITechnologyElement^ elementToConvert,
[OutAttribute] int% supportLevel
) override
abstract ConvertToThisTechnology :
elementToConvert:IUITechnologyElement *
supportLevel:int byref -> IUITechnologyElement
override ConvertToThisTechnology :
elementToConvert:IUITechnologyElement *
supportLevel:int byref -> IUITechnologyElement
public override function ConvertToThisTechnology(
elementToConvert : IUITechnologyElement,
supportLevel : int
) : IUITechnologyElement
Parâmetros
- elementToConvert
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O elemento a ser convertido.
- supportLevel
Tipo: System.Int32%
O nível de suporte previu o elemento convertido pelo gerenciador de tecnologia.
Valor de retorno
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
O novo elemento convertido em essa tecnologia ou zero se nenhuma conversão é possível.
Implementações
IUITechnologyManager.ConvertToThisTechnology(IUITechnologyElement, Int32%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
UITechnologyManagerProxy Classe