UITestControl.WaitForControlPropertyNotEqual Method

Definition

Overloads

WaitForControlPropertyNotEqual(String, Object)
WaitForControlPropertyNotEqual(String, Object, Int32)

WaitForControlPropertyNotEqual(String, Object)

public:
 bool WaitForControlPropertyNotEqual(System::String ^ propertyName, System::Object ^ propertyValue);
public bool WaitForControlPropertyNotEqual (string propertyName, object propertyValue);
member this.WaitForControlPropertyNotEqual : string * obj -> bool
Public Function WaitForControlPropertyNotEqual (propertyName As String, propertyValue As Object) As Boolean

Parameters

propertyName
String
propertyValue
Object

Returns

Applies to

WaitForControlPropertyNotEqual(String, Object, Int32)

public:
 bool WaitForControlPropertyNotEqual(System::String ^ propertyName, System::Object ^ propertyValue, int millisecondsTimeout);
public bool WaitForControlPropertyNotEqual (string propertyName, object propertyValue, int millisecondsTimeout);
member this.WaitForControlPropertyNotEqual : string * obj * int -> bool
Public Function WaitForControlPropertyNotEqual (propertyName As String, propertyValue As Object, millisecondsTimeout As Integer) As Boolean

Parameters

propertyName
String
propertyValue
Object
millisecondsTimeout
Int32

Returns

Applies to