Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestControl::WaitForControlCondition Method (Predicate<UITestControl^>^)

 

Blocks the current thread until this control meets the specified condition, or until the default time-out expires.

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

public:
bool WaitForControlCondition(
	Predicate<UITestControl^>^ conditionEvaluator
)

Parameters

conditionEvaluator
Type: System::Predicate<UITestControl^>^

The delegate to evaluate the condition.

Return Value

Type: System::Boolean

true if the condition is met before the time-out; otherwise, false.

Return to top
Show: