UITestControl.WaitForControlPropertyEqual Method

Definition

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

Returns

Applies to