WinControl.WaitForControlPropertyEqual Method

 

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

Overload List

Name Description
System_CAPS_pubmethod WaitForControlPropertyEqual(String, Object)

Blocks the current thread until the specified property of this control is equal to the specified value, or until the default time-out expires.(Inherited from UITestControl.)

System_CAPS_pubmethod WaitForControlPropertyEqual(String, Object, Int32)

Blocks the current thread until the specified property of this control is equal to the specified value, or until the specified time-out expires.(Inherited from UITestControl.)

See Also

WinControl Class
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

Return to top