UITestInterpreterCore.PlaybackUITest Property
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
'Declaration
Public Overridable ReadOnly Property PlaybackUITest As UITest
public virtual UITest PlaybackUITest { get; }
public:
virtual property UITest^ PlaybackUITest {
UITest^ get ();
}
abstract PlaybackUITest : UITest with get
override PlaybackUITest : UITest with get
function get PlaybackUITest () : UITest
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
Returns UITest.
.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