UITestInterpreterCore.PlaybackInProgress-Eigenschaft
True, wenn die Wiedergabe ausgeführt wird.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Protected Friend ReadOnly Property PlaybackInProgress As Boolean
protected internal bool PlaybackInProgress { get; }
protected public:
property bool PlaybackInProgress {
bool get ();
}
member PlaybackInProgress : bool with get
function get PlaybackInProgress () : boolean
Eigenschaftswert
Typ: Boolean
Gibt Boolean zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace