Automation.UI.Tree.Query.Query C# (CSharp) Метод

Query() приватный Метод

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.
Результат System
        internal Query(AutomationElement root)
        {
            Root = root;
        }