获取或设置关联的 T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest 对象。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public UITest UITest {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property UITest^ UITest {
[CompilerGeneratedAttribute]
UITest^ get();
[CompilerGeneratedAttribute]
private: void set(UITest^ value);
}
member UITest : UITest with get, private set
Public Property UITest As UITest
Get
Private Set
End Property
属性值
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
关联的 UI 测试。
请参阅
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
UITestEventArgs 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首