Automation.UI.Tree.QueryParts.QueryScopePart.FindChildren C# (CSharp) Méthode

FindChildren() public méthode

Sets the scope of the query to 'Children'.
public FindChildren ( ) : QueryWherePart
Résultat QueryWherePart
        public QueryWherePart FindChildren()
        {
            Query.Scope = TreeScope.Children;

            return new QueryWherePart(Query);
        }