Freigeben über


UITestControl.WaitForControlPropertyNotEqual-Methode (String, Object, Int32)

Blockiert den aktuellen Thread, bis die angegebene Eigenschaft dieses Steuerelements nicht dem angegebenen Wert entspricht oder bis das angegebene Timeout abläuft.

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, _
    millisecondsTimeout As Integer _
) As Boolean
public bool WaitForControlPropertyNotEqual(
    string propertyName,
    Object propertyValue,
    int millisecondsTimeout
)
public:
bool WaitForControlPropertyNotEqual(
    String^ propertyName, 
    Object^ propertyValue, 
    int millisecondsTimeout
)
member WaitForControlPropertyNotEqual : 
        propertyName:string * 
        propertyValue:Object * 
        millisecondsTimeout:int -> bool 
public function WaitForControlPropertyNotEqual(
    propertyName : String, 
    propertyValue : Object, 
    millisecondsTimeout : int
) : boolean

Parameter

  • millisecondsTimeout
    Typ: System.Int32
    Die Anzahl der Millisekunden vor dem Timeout.

Rückgabewert

Typ: System.Boolean
true, wenn die angegebene Eigenschaft nicht vor dem Timeout propertyValue entspricht. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

WaitForControlPropertyNotEqual-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace