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.
UITechnologyManagerProxy Constructor (String^, String^)
Initializes the proxy for the given technology.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
protected:
UITechnologyManagerProxy(
String^ coreTechnologyName,
String^ extensionTechnologyName
)
Parameters
- coreTechnologyName
-
Type:
System::String^
Underlying technology name.
- extensionTechnologyName
-
Type:
System::String^
Technology name of the extension.
Show: