Property | Type | Description | |
---|---|---|---|
DefaultTimeout | System.TimeSpan |
Method | Description | |
---|---|---|
GetAllResults ( |
Gets all the automation elements found using the condition specified in the specified query.
|
|
GetAllResults ( |
Gets all the automation elements found using the condition specified in the specified query.
|
|
GetFirstResult ( |
Gets the first automation element found using the conditions specified in the specified query.
|
|
GetFirstResult ( |
Gets the first automation element found using the conditions specified in the specified query.
|
Method | Description | |
---|---|---|
ExecuteGetResult ( GetResultCallback callback, System.TimeSpan timeout ) : object |
Invokes the specified callback repeatedly until either the specified timeout expires or an automation element is returned.
|
protected ExecuteGetResult ( GetResultCallback callback, System.TimeSpan timeout ) : object | ||
callback | GetResultCallback | The get results callback method. |
timeout | System.TimeSpan | The maximum amount of time to wait for the callback to return an automation element. |
return | object |
public GetAllResults ( |
||
query | The query. | |
return | IEnumerable |
public abstract GetAllResults ( |
||
query | The query. | |
timeout | System.TimeSpan | The maximum amount of time to wait for at least one element to become available. |
return | IEnumerable |
public GetFirstResult ( |
||
query | The query. | |
return |
public abstract GetFirstResult ( |
||
query | The query. | |
timeout | System.TimeSpan | The maximum amount of time to wait for the required element to become available. |
return |