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
    类型:String

    基础技术名称。

  • extensionTechnologyName
    类型:String

    扩展的方法名称。

.NET Framework 安全性

请参阅

参考

UITechnologyManagerProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间