Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Blocks the current thread until this control occurs in the user interface, or until the specified time-out expires.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Function WaitForControlExist ( _
millisecondsTimeout As Integer _
) As Boolean
public bool WaitForControlExist(
int millisecondsTimeout
)
public:
bool WaitForControlExist(
int millisecondsTimeout
)
member WaitForControlExist :
millisecondsTimeout:int -> bool
public function WaitForControlExist(
millisecondsTimeout : int
) : boolean
Parameters
- millisecondsTimeout
Type: System.Int32
The number of milliseconds before time-out.
Return Value
Type: System.Boolean
true if this control exists before the time-out; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.