UITechnologyElementProxy Constructor
Initializes the proxy element with the given technology manager.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
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
)
Parameters
technologyManager
Type: Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxyTechnology manager of the proxy element
- coreTechnologyElement
Type: Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.