Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration is used to specify how calls to the UITechnologyElement.WaitForReady method are executed.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration WaitForReadyLevel
public enum WaitForReadyLevel
public enum class WaitForReadyLevel
type WaitForReadyLevel
public enum WaitForReadyLevel
Members
Member name | Description | |
---|---|---|
Disabled | Waiting is disabled. | |
UIThreadOnly | Wait on the UI thread. | |
AllThreads | Wait on all threads. |