Waits for the element to be ready for user action.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overrides Sub WaitForReady
public override void WaitForReady()
public:
virtual void WaitForReady() override
abstract WaitForReady : unit -> unit  
override WaitForReady : unit -> unit
public override function WaitForReady()
Implements
IUITechnologyElement.WaitForReady()
Exceptions
| Exception | Condition | 
|---|---|
| TimeoutException | Throws TimeoutException if control is not ready in allotted time. | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
UITechnologyElementProxy Class