UITestErrorEventArgs.Result 属性

获取或设置关联操作的结果。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

声明
Public Property Result As UITestErrorActionResult
    Get
    Set
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