Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the proxy for the given technology.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Protected Sub New ( _
coreTechnologyName As String, _
extensionTechnologyName As String _
)
protected UITechnologyManagerProxy(
string coreTechnologyName,
string extensionTechnologyName
)
protected:
UITechnologyManagerProxy(
String^ coreTechnologyName,
String^ extensionTechnologyName
)
new :
coreTechnologyName:string *
extensionTechnologyName:string -> UITechnologyManagerProxy
protected function UITechnologyManagerProxy(
coreTechnologyName : String,
extensionTechnologyName : String
)
Parameters
coreTechnologyName
Type: StringUnderlying technology name.
extensionTechnologyName
Type: StringTechnology name of the extension.
.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.