UITestControl.WaitForControlNotExist Method

Blocks the current thread until this control no longer exists in the user interface, or until the default time-out expires.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function WaitForControlNotExist As Boolean
public bool WaitForControlNotExist()
public:
bool WaitForControlNotExist()
member WaitForControlNotExist : unit -> bool 
public function WaitForControlNotExist() : boolean

Return Value

Type: System.Boolean
true if this control exists before the time-out; otherwise, false.

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlNotExist Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

WaitForReadyTimeout