C# Class Automation.UI.UITree

Convenience methods for working with UI Automation's element tree.
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
Query ( ) : QueryEnginePart

Start constructing a query for finding an automation element under UI automation's root element.

Query ( AutomationElement root ) : QueryEnginePart

Start constructing an query for finding an automation element.

Query ( UIComponent root ) : QueryEnginePart

Start constructing an query for finding an automation element.

Method Details

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

Query() public static méthode

Start constructing an query for finding an automation element.
public static Query ( AutomationElement root ) : QueryEnginePart
root System.Windows.Automation.AutomationElement The root element of the query.
Résultat Automation.UI.Tree.QueryParts.QueryEnginePart

Query() public static méthode

Start constructing an query for finding an automation element.
public static Query ( UIComponent root ) : QueryEnginePart
root UIComponent The root element of the query.
Résultat Automation.UI.Tree.QueryParts.QueryEnginePart