Automation.UI.Tree.QueryParts.QueryScopePart.FindDescendants C# (CSharp) Метод

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

Sets the scope of the query to 'Descendants'.
public FindDescendants ( ) : QueryWherePart
Результат QueryWherePart
        public QueryWherePart FindDescendants()
        {
            Query.Scope = TreeScope.Descendants;
            return new QueryWherePart(Query);
        }