共用方式為


UITestErrorEventArgs.Result 屬性

取得或設定相關聯的動作的結果。

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

語法

'宣告
Public Property Result As UITestErrorActionResult
public UITestErrorActionResult Result { get; set; }
public:
property UITestErrorActionResult Result {
    UITestErrorActionResult get ();
    void set (UITestErrorActionResult value);
}
member Result : UITestErrorActionResult with get, set
function get Result () : UITestErrorActionResult
function set Result (value : UITestErrorActionResult)

屬性值

型別:Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorActionResult
相關聯動作的結果。

.NET Framework 安全性

請參閱

參考

UITestErrorEventArgs 類別

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

UITestErrorActionResult