Automation.UI.Tree.SearchEngine.GetAllResults C# (CSharp) Method

GetAllResults() public method

Gets all the automation elements found using the condition specified in the specified query.
public GetAllResults ( Query query ) : IEnumerable
query Query The query.
return IEnumerable
        public IEnumerable GetAllResults(Query query)
        {
            return GetAllResults(query, DefaultTimeout);
        }

Same methods

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