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