Share via


UITechnologyElementProxy.WaitForReady Method

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

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

WaitForReadyOptions