UITestControl.WaitForControlNotExist Method (Int32)

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

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

Syntax

'Declaration
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

Parameters

  • millisecondsTimeout
    Type: Int32

    The number of milliseconds before time-out.

Return Value

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

Remarks

When the wait operation causes an implicit search for the control or, when the application is busy, the actual wait time could be more than the time-out specified.

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlNotExist Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace