다음을 통해 공유


PlaybackSettings.MaximumRetryCount 속성

PlaybackError 처리기에서 코딩된 된 ui 테스트를 통해 단일 작업 다시 시도 할 수 있는 횟수를 가져오거나 설정 합니다.

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

구문

‘선언
Public Property MaximumRetryCount As Integer
public int MaximumRetryCount { get; set; }
public:
property int MaximumRetryCount {
    int get ();
    void set (int value);
}
member MaximumRetryCount : int with get, set
function get MaximumRetryCount () : int 
function set MaximumRetryCount (value : int)

속성 값

형식: Int32

.NET Framework 보안

참고 항목

참조

PlaybackSettings 클래스

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