UITestControl.WaitForControlNotExist 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
WaitForControlNotExist() | |
WaitForControlNotExist(Int32) |
WaitForControlNotExist()
public:
bool WaitForControlNotExist();
public bool WaitForControlNotExist ();
member this.WaitForControlNotExist : unit -> bool
Public Function WaitForControlNotExist () As Boolean
Returns
Applies to
WaitForControlNotExist(Int32)
public:
bool WaitForControlNotExist(int millisecondsTimeout);
public bool WaitForControlNotExist (int millisecondsTimeout);
member this.WaitForControlNotExist : int -> bool
Public Function WaitForControlNotExist (millisecondsTimeout As Integer) As Boolean
Parameters
- millisecondsTimeout
- Int32