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

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

Sets the scope of the query to 'Children'.
public FindChildren ( ) : QueryWherePart
Результат QueryWherePart
        public QueryWherePart FindChildren()
        {
            Query.Scope = TreeScope.Children;

            return new QueryWherePart(Query);
        }