共用方式為


ErrorAction 建構函式 (String, UITechnologyElement)

使用描述性訊息和項目,初始化 ErrorAction 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    message As String, _
    uiElement As UITechnologyElement _
)
public ErrorAction(
    string message,
    UITechnologyElement uiElement
)
public:
ErrorAction(
    String^ message, 
    UITechnologyElement^ uiElement
)
new : 
        message:string * 
        uiElement:UITechnologyElement -> ErrorAction
public function ErrorAction(
    message : String, 
    uiElement : UITechnologyElement
)

參數

.NET Framework 安全性

請參閱

參考

ErrorAction 類別

ErrorAction 多載

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