메소드 | 설명 | |
---|---|---|
GetAllResults ( Query query, System.TimeSpan timeout ) : IEnumerable |
Gets all the automation elements found using the condition specified in the specified query. Uses the FindAll method.
|
|
GetFirstResult ( Query query, System.TimeSpan timeout ) : |
Gets the first result for the specified query. Uses the FindFirst method.
|
public GetAllResults ( Query query, System.TimeSpan timeout ) : IEnumerable | ||
query | Query | The query. |
timeout | System.TimeSpan | The maximum amount of time to wait for at least one element to become available. |
리턴 | IEnumerable |
public GetFirstResult ( Query query, System.TimeSpan timeout ) : |
||
query | Query | The query. |
timeout | System.TimeSpan | The maximum amount of time to wait for the required element to become available. |
리턴 |