UITestEventArgs.UITest 属性

获取或设置关联的 UITest 对象。

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

语法

声明
Public Property UITest As UITest
    Get
    Private Set
public UITest UITest { get; private set; }
public:
property UITest^ UITest {
    UITest^ get ();
    private: void set (UITest^ value);
}
member UITest : UITest with get, private set
function get UITest () : UITest
private function set UITest (value : UITest)

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITest
关联的 UI 测试。

.NET Framework 安全性

请参见

参考

UITestEventArgs 类

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

UITest