Freigeben über


Playback.IsSessionStarted-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Wiedergabesitzung gestartet wurde, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Property IsSessionStarted As Boolean
    Get
    Set
public static bool IsSessionStarted { get; set; }
public:
static property bool IsSessionStarted {
    bool get ();
    void set (bool value);
}
static member IsSessionStarted : bool with get, set
static function get IsSessionStarted () : boolean
static function set IsSessionStarted (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Ein Wert, der angibt, ob die Wiedergabesitzung gestartet wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

Playback Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace