Freigeben über


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

Siehe auch

Referenz

UITestInterpreterCore Klasse

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration-Namespace