Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the default time-out expires.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Function WaitForControlReady As Boolean
public bool WaitForControlReady()
public:
bool WaitForControlReady()
member WaitForControlReady : unit -> bool
public function WaitForControlReady() : boolean
Return Value
Type: System.Boolean
true if this control is ready to receive mouse or keyboard input 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.