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

 

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

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

NameDescription
System_CAPS_pubmethodWaitForControlCondition(Predicate<UITestControl^>^)

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

System_CAPS_pubmethodWaitForControlCondition(Predicate<UITestControl^>^, Int32)

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

Return to top
Show: