UITestControl.WaitForControlPropertyNotEqual Method (String, Object)

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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

  • propertyName
    Type: String
  • propertyValue
    Type: Object

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlPropertyNotEqual Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace