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
)
参数
technologyManager
类型:Microsoft.VisualStudio.TestTools.UITesting.UITechnologyManagerProxy代理元素的技术管理器
- coreTechnologyElement
类型:Microsoft.VisualStudio.TestTools.UITest.Extension.IUITechnologyElement
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。