UITechnologyManagerProxy 构造函数

初始化特定技术的代理。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
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
)

参数

  • coreTechnologyName
    类型:System.String
    基础技术名称。
  • extensionTechnologyName
    类型:System.String
    扩展的技术名称。

.NET Framework 安全性

请参见

参考

UITechnologyManagerProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间