UITestControl.WaitForControlExist Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WaitForControlExist() | |
WaitForControlExist(Int32) |
WaitForControlExist()
public:
bool WaitForControlExist();
public bool WaitForControlExist ();
member this.WaitForControlExist : unit -> bool
Public Function WaitForControlExist () As Boolean
Returns
Applies to
WaitForControlExist(Int32)
public:
bool WaitForControlExist(int millisecondsTimeout);
public bool WaitForControlExist (int millisecondsTimeout);
member this.WaitForControlExist : int -> bool
Public Function WaitForControlExist (millisecondsTimeout As Integer) As Boolean
Parameters
- millisecondsTimeout
- Int32