Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How I can get all sub task from MS Project using ms iterator?
I can get all task but I need group task by iteration:

foreach (MSProject.Project proj in app.Projects)
foreach (MSProject.Task task in proj.Tasks)

//task.SuccessorTasks
MainForm.TMng.Task.Add(new Task(task));




}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900