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

Query() private méthode

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.
Résultat System
        internal Query(AutomationElement root)
        {
            Root = root;
        }