Construtor UITechnologyElementProxy
Inicializa o elemento de proxy com o gerenciador dado da tecnologia.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxe
'Declaração
Protected Sub New ( _
technologyManager As UITechnologyManagerProxy, _
coreTechnologyElement As IUITechnologyElement _
)
protected UITechnologyElementProxy(
UITechnologyManagerProxy technologyManager,
IUITechnologyElement coreTechnologyElement
)
protected:
UITechnologyElementProxy(
UITechnologyManagerProxy^ technologyManager,
IUITechnologyElement^ coreTechnologyElement
)
new :
technologyManager:UITechnologyManagerProxy *
coreTechnologyElement:IUITechnologyElement -> UITechnologyElementProxy
protected function UITechnologyElementProxy(
technologyManager : UITechnologyManagerProxy,
coreTechnologyElement : IUITechnologyElement
)
Parâmetros
- technologyManager
Tipo: Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy
Gerenciador de tecnologia do elemento de proxy
- coreTechnologyElement
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
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.