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.

Hinweise

Wenn die Wartevorgang einer impliziten Suche nach dem Steuerelement oder verursacht, wenn die Anwendung ausgelastet ist, kann die tatsächliche Wartezeit sein kann mehr als das angegebene Timeout.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

WaitForControlPropertyNotEqual-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace