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

Query() public static méthode

Start constructing a query for finding an automation element under UI automation's root element.
public static Query ( ) : QueryEnginePart
Résultat Automation.UI.Tree.QueryParts.QueryEnginePart
        public static QueryEnginePart Query()
        {
            return Query(AutomationElement.RootElement);
        }

Same methods

UITree::Query ( AutomationElement root ) : QueryEnginePart
UITree::Query ( UIComponent root ) : QueryEnginePart
UITree