Freigeben über


UITestControl.WaitForControlExist-Methode

Blockiert den aktuellen Thread, bis dieses Steuerelement in der Benutzeroberfläche vorhanden ist oder bis das Standardtimeout abläuft.

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

Syntax

'Declaration
Public Function WaitForControlExist As Boolean
public bool WaitForControlExist()
public:
bool WaitForControlExist()
member WaitForControlExist : unit -> bool 
public function WaitForControlExist() : 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

WaitForControlExist-Überladung

Microsoft.VisualStudio.TestTools.UITesting-Namespace

WaitForReadyTimeout