This topic has not yet been rated - Rate this topic

UITestControl.WaitForControlExist Method (Int32)

Blocks the current thread until this control 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)
public bool WaitForControlExist(
	int millisecondsTimeout
)

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.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.