Freigeben über


UITestControl.WaitForControlNotExist-Methode

Blockiert den aktuellen Thread, bis dieses Steuerelement nicht mehr in der Benutzeroberfläche ist, oder bis das standardmäßige Timeout läuft ab.

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

Syntax

'Declaration
Public Function WaitForControlNotExist As Boolean
public bool WaitForControlNotExist()
public:
bool WaitForControlNotExist()
member WaitForControlNotExist : unit -> bool 
public function WaitForControlNotExist() : boolean

Rückgabewert

Typ: System.Boolean
true , wenn dieses Steuerelement vor dem Timeout vorhanden ist. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

WaitForControlNotExist-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace

WaitForReadyTimeout