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 the UITest that is being executed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public virtual UITest PlaybackUITest { get; }
public:
property UITest^ PlaybackUITest {
virtual UITest^ get();
}
abstract PlaybackUITest : UITest with get
override PlaybackUITest : UITest with get
Public Overridable ReadOnly Property PlaybackUITest As UITest
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
Returns UITest.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top