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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
UITest