Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the associated T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest object.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
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
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
The associated UI test.
See Also
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
UITestEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top