Automation.UI.Tree.Query.AllResults C# (CSharp) Méthode

AllResults() public méthode

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