UITestControl.WaitForControlPropertyNotEqual 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
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