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);
        }