共用方式為


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 命名空間