다음을 통해 공유


UITestControl.WaitForControlNotExist 메서드 (Int32)

네임스페이스:  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 Function WaitForControlNotExist ( _
    millisecondsTimeout As Integer _
) As Boolean
public bool WaitForControlNotExist(
    int millisecondsTimeout
)
public:
bool WaitForControlNotExist(
    int millisecondsTimeout
)
member WaitForControlNotExist : 
        millisecondsTimeout:int -> bool
public function WaitForControlNotExist(
    millisecondsTimeout : int
) : boolean

매개 변수

  • millisecondsTimeout
    형식: Int32

반환 값

형식: Boolean

.NET Framework 보안

참고 항목

참조

UITestControl 클래스

WaitForControlNotExist 오버로드

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