WinControl.WaitForControlNotExist Method

 

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

Overload List

Name Description
System_CAPS_pubmethod WaitForControlNotExist()

Blocks the current thread until this control no longer is in the user interface, or until the default time-out expires.(Inherited from UITestControl.)

System_CAPS_pubmethod WaitForControlNotExist(Int32)

Blocks the current thread until this control no longer occurs in the user interface, or until the specified time-out expires.(Inherited from UITestControl.)

See Also

WinControl Class
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace

Return to top