UITechnologyElementProxy 构造函数

初始化给定技术管理器的代理元素。

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

语法

声明
Protected Sub New ( _
    technologyManager As UITechnologyManagerProxy, _
    coreTechnologyElement As IUITechnologyElement _
)
protected UITechnologyElementProxy(
    UITechnologyManagerProxy technologyManager,
    IUITechnologyElement coreTechnologyElement
)
protected:
UITechnologyElementProxy(
    UITechnologyManagerProxy^ technologyManager, 
    IUITechnologyElement^ coreTechnologyElement
)
new : 
        technologyManager:UITechnologyManagerProxy * 
        coreTechnologyElement:IUITechnologyElement -> UITechnologyElementProxy
protected function UITechnologyElementProxy(
    technologyManager : UITechnologyManagerProxy, 
    coreTechnologyElement : IUITechnologyElement
)

参数

.NET Framework 安全性

请参阅

参考

UITechnologyElementProxy 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间