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

Query() private method

New query that will search relative to the specified element.
private Query ( AutomationElement root ) : System
root System.Windows.Automation.AutomationElement The root element of the search.
return System
        internal Query(AutomationElement root)
        {
            Root = root;
        }