IPrjTaskCollection

Description

The IPrjTaskCollection interface is used to work with the tasks collection.

Comment

To determine task properties use the IPrjTask interface.

Properties

  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.

Methods

  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:

ProjectPlanning Assembly Interfaces