UITestControl.WaitForControlPropertyNotEqual Method (String, Object)

Blocks the current thread until the specified property of this control is not equal to the specified value, or until the default time-out expires.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function WaitForControlPropertyNotEqual ( _
    propertyName As String, _
    propertyValue As Object _
) As Boolean
public bool WaitForControlPropertyNotEqual(
    string propertyName,
    Object propertyValue
)
public:
bool WaitForControlPropertyNotEqual(
    String^ propertyName, 
    Object^ propertyValue
)
member WaitForControlPropertyNotEqual : 
        propertyName:string * 
        propertyValue:Object -> bool 
public function WaitForControlPropertyNotEqual(
    propertyName : String, 
    propertyValue : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified property does not equal propertyValue before the time-out; otherwise, false.

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlPropertyNotEqual Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

WaitForReadyTimeout