The IPrjTaskDependenciesCollection interface is used to work with the collection of links between tasks.
To determine a link between tasks, use the IPrjTaskDependency interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of links in the collection. |
![]() |
Item | The Item property returns link from the collection by index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a link to the collection. |
![]() |
Clear | The Clear method deletes all links from the collection. |
![]() |
Remove | The Remove method removes link from the collection by index. |
See also: