UITestControl.WaitForControlPropertyNotEqual Method

Include Protected Members
Include Inherited Members

Blocks the current thread until the specified property of this control is not equal to the specified value, or until the time-out expires.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method WaitForControlPropertyNotEqual(String, Object) Blocks the current thread until the specified property of this control is not equal to the specified value, or until the default time-out expires.
Public method WaitForControlPropertyNotEqual(String, Object, Int32) Blocks the current thread until the specified property of this control is not equal to the specified value, or until the specified time-out expires.

Top

See Also

Reference

UITestControl Class

Microsoft.VisualStudio.TestTools.UITesting Namespace