C# Class Automation.UI.Tree.QueryParts.QueryScopePart

Represents the scope part of a query.
Inheritance: QueryPart
Afficher le fichier Open project: vijayakumarsuraj/UIAutomation

Méthodes publiques

Méthode Description
FindChildren ( ) : QueryWherePart

Sets the scope of the query to 'Children'.

FindDescendants ( ) : QueryWherePart

Sets the scope of the query to 'Descendants'.

Private Methods

Méthode Description
QueryScopePart ( Query query ) : System.Windows.Automation

New query scope part.

Method Details

FindChildren() public méthode

Sets the scope of the query to 'Children'.
public FindChildren ( ) : QueryWherePart
Résultat QueryWherePart

FindDescendants() public méthode

Sets the scope of the query to 'Descendants'.
public FindDescendants ( ) : QueryWherePart
Résultat QueryWherePart