Share via


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

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace