UITestInterpreter.PlaybackUITest Property

Gets the test that is being interpreted.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public ReadOnly Property PlaybackUITest As UITest
public UITest PlaybackUITest { get; }
public:
property UITest^ PlaybackUITest {
    UITest^ get ();
}
member PlaybackUITest : UITest
function get PlaybackUITest () : UITest

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
The test that is being interpreted.

.NET Framework Security

See Also

Reference

UITestInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITest