Project.SelectAllChildTasks

Project.SelectAllChildTasks method

递归收集根任务的所有子任务。

public IEnumerable<Task> SelectAllChildTasks()

返回值

任务的集合。

也可以看看