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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
WaitForControlExist-Überladung