다음을 통해 공유


TestElement.IsRunOnRestart 속성

테스트 실행이 다시 시작되는 경우 이 테스트 요소를 실행할지 여부를 나타내는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Common
어셈블리:  Microsoft.VisualStudio.QualityTools.Common(Microsoft.VisualStudio.QualityTools.Common.dll)

구문

‘선언
Public Property IsRunOnRestart As Boolean
public bool IsRunOnRestart { get; set; }
public:
virtual property bool IsRunOnRestart {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsRunOnRestart : bool with get, set 
override IsRunOnRestart : bool with get, set
final function get IsRunOnRestart () : boolean 
final function set IsRunOnRestart (value : boolean)

속성 값

형식: Boolean
테스트 실행이 다시 시작되는 경우 이 테스트 요소를 실행하려면 true이고, 그렇지 않으면 false입니다.

구현

ITestElement.IsRunOnRestart

.NET Framework 보안

참고 항목

참조

TestElement 클래스

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