The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITechnologyElementProxy Constructor (UITechnologyManagerProxy^, IUITechnologyElement^)
Initializes the proxy element with the given technology manager.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
protected:
UITechnologyElementProxy(
UITechnologyManagerProxy^ technologyManager,
IUITechnologyElement^ coreTechnologyElement
)
Parameters
- technologyManager
-
Type:
Microsoft.VisualStudio.TestTools.UITesting::UITechnologyManagerProxy^
Technology manager of the proxy element
- coreTechnologyElement
- Type: Microsoft.VisualStudio.TestTools.UITest.Extension::IUITechnologyElement^
Show: