共用方式為


UITestAction 建構函式 (UITechnologyElement)

使用提供的 UI 項目,初始化 UITestAction 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
Protected Sub New ( _
    uiElement As UITechnologyElement _
)
protected UITestAction(
    UITechnologyElement uiElement
)
protected:
UITestAction(
    UITechnologyElement^ uiElement
)
new : 
        uiElement:UITechnologyElement -> UITestAction
protected function UITestAction(
    uiElement : UITechnologyElement
)

參數

.NET Framework 安全性

請參閱

參考

UITestAction 類別

UITestAction 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間

UITechnologyElement