Propriedade Playback.IsSessionStarted

Obtém ou define um valor que indica se a sessão de reprodução foi iniciado.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Um valor que indica se a sessão de reprodução foi iniciado.

Segurança do .NET Framework

Consulte também

Referência

Playback Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting