The IPrjTaskCollection interface is used to work with the tasks collection.
To determine task properties use the IPrjTask interface.
Property name | Brief description | |
Count | The Count property returns the number of tasks in the collection. | |
Item | The Item property returns task from the collection by index. |
Method name | Brief description | |
Add | The Add method adds a task to the collection. | |
Clear | The Clear method deletes all tasks from collection. | |
FindByKey | The FindByKey method searches for a task in the collection by key. | |
Remove | The Remove method removes task from the collection by index. |
See also: