다음을 통해 공유


Playback.IsSessionStarted 속성

재생 세션이 시작되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.UITesting
어셈블리:   Microsoft.VisualStudio.TestTools.UITesting(Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(Microsoft.VisualStudio.TestTools.WindowsStore.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)

속성 값

형식: Boolean
재생 세션이 시작되었는지 여부를 나타내는 값입니다.

.NET Framework 보안

참고 항목

참조

Playback 클래스

Microsoft.VisualStudio.TestTools.UITesting 네임스페이스