Condividi tramite


Metodo UITestControl.WaitForControlPropertyNotEqual (String, Object)

Consente di bloccare il thread corrente fino a quando la proprietà specificata di questo controllo non è uguale al valore specificato o fino a quando non scade il timeout predefinito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

'Dichiarazione
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

Parametri

  • propertyValue
    Tipo: System.Object
    Valore su cui eseguire il test.

Valore restituito

Tipo: System.Boolean
true se la proprietà specificata non è uguale a propertyValue prima del timeout; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestControl Classe

Overload WaitForControlPropertyNotEqual

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting

WaitForReadyTimeout