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::WaitForControlPropertyEqual Method (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.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property.
- propertyValue
-
Type:
System::Object^
The value to test.
Return Value
Type: System::Booleantrue if the specified property equals propertyValue before the time-out; otherwise, false.
Show: