UITestControl.WaitForControlPropertyEqual Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WaitForControlPropertyEqual(String, Object) | |
WaitForControlPropertyEqual(String, Object, Int32) |
WaitForControlPropertyEqual(String, Object)
public:
bool WaitForControlPropertyEqual(System::String ^ propertyName, System::Object ^ propertyValue);
public bool WaitForControlPropertyEqual (string propertyName, object propertyValue);
member this.WaitForControlPropertyEqual : string * obj -> bool
Public Function WaitForControlPropertyEqual (propertyName As String, propertyValue As Object) As Boolean
Parameters
- propertyName
- String
- propertyValue
- Object
Returns
Applies to
WaitForControlPropertyEqual(String, Object, Int32)
public:
bool WaitForControlPropertyEqual(System::String ^ propertyName, System::Object ^ propertyValue, int millisecondsTimeout);
public bool WaitForControlPropertyEqual (string propertyName, object propertyValue, int millisecondsTimeout);
member this.WaitForControlPropertyEqual : string * obj * int -> bool
Public Function WaitForControlPropertyEqual (propertyName As String, propertyValue As Object, millisecondsTimeout As Integer) As Boolean
Parameters
- propertyName
- String
- propertyValue
- Object
- millisecondsTimeout
- Int32