Automation.UI.Tree.SearchEngine.GetAllResults C# (CSharp) Метод

GetAllResults() публичный Метод

Gets all the automation elements found using the condition specified in the specified query.
public GetAllResults ( Query query ) : IEnumerable
query Query The query.
Результат IEnumerable
        public IEnumerable GetAllResults(Query query)
        {
            return GetAllResults(query, DefaultTimeout);
        }

Same methods

SearchEngine::GetAllResults ( Query query, System.TimeSpan timeout ) : IEnumerable