Playback.IsSessionStarted 屬性

取得或設定值,這個值表示是否已啟動播放工作階段。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Shared Property IsSessionStarted As Boolean
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)

屬性值

型別:System.Boolean
表示是否已啟動播放工作階段的值。

.NET Framework 安全性

請參閱

參考

Playback 類別

Microsoft.VisualStudio.TestTools.UITesting 命名空間