C# Класс Automation.UI.Tree.QueryParts.QueryScopePart

Represents the scope part of a query.
Наследование: QueryPart
Показать файл Открыть проект

Открытые методы

Метод Описание
FindChildren ( ) : QueryWherePart

Sets the scope of the query to 'Children'.

FindDescendants ( ) : QueryWherePart

Sets the scope of the query to 'Descendants'.

Приватные методы

Метод Описание
QueryScopePart ( Query query ) : System.Windows.Automation

New query scope part.

Описание методов

FindChildren() публичный Метод

Sets the scope of the query to 'Children'.
public FindChildren ( ) : QueryWherePart
Результат QueryWherePart

FindDescendants() публичный Метод

Sets the scope of the query to 'Descendants'.
public FindDescendants ( ) : QueryWherePart
Результат QueryWherePart