The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WaitForReadyLevel Enumeration
This enumeration is used to specify how calls to the UITechnologyElement::WaitForReady method are executed.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Member name | Description | |
|---|---|---|
| AllThreads | Wait on all threads. | |
| Disabled | Waiting is disabled. | |
| UIThreadOnly | Wait on the UI thread. |
Show: