Condividi tramite


Metodo UITestControl.WaitForControlNotExist

Consente di bloccare il thread corrente fino a quando questo controllo non esiste più nell'interfaccia utente o fino a quando non scade il timeout predefinito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintassi

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

Valore restituito

Tipo: System.Boolean
true se questo controllo esiste prima del timeout; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestControl Classe

Overload WaitForControlNotExist

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITesting

WaitForReadyTimeout