Automation.UI.Tree.Query.AllResults C# (CSharp) 메소드

AllResults() 공개 메소드

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