UITestControl.WaitForControlNotExist Method
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.
C++
public:
bool WaitForControlNotExist();
public bool WaitForControlNotExist();
member this.WaitForControlNotExist : unit -> bool
Public Function WaitForControlNotExist () As Boolean
Returns
Applies to
Visual Studio SDK 2017
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017 |
C++
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
Returns
Applies to
Visual Studio SDK 2017
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017 |