UITestException.ExceptionSource 属性

获取或设置作为此异常的源的控件。

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

语法

声明
Public Property ExceptionSource As Object
public Object ExceptionSource { get; set; }
public:
property Object^ ExceptionSource {
    Object^ get ();
    void set (Object^ value);
}
member ExceptionSource : Object with get, set
function get ExceptionSource () : Object
function set ExceptionSource (value : Object)

属性值

类型:System.Object
作为此异常的源的控件。

.NET Framework 安全性

请参见

参考

UITestException 类

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间