Automation.UI.Tree.Query.AllResults C# (CSharp) Method

AllResults() public method

Gets all the results of executing this query.
public AllResults ( ) : UIComponents
return UIComponents
        public UIComponents AllResults()
        {
            return new UIComponents(Engine.GetAllResults(this));
        }