IUITestBuilder.UITest 属性

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

获取关联的用户界面测试。

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

语法

声明
ReadOnly Property UITest As UITest
    Get
UITest UITest { get; }
property UITest^ UITest {
    UITest^ get ();
}
abstract UITest : UITest
function get UITest () : UITest

属性值

类型:Microsoft.VisualStudio.TestTools.UITest.Common.UITest
关联的用户界面测试。

.NET Framework 安全性

请参见

参考

IUITestBuilder 接口

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

UITest