TaskCollection
Contents
[
Hide
]TaskCollection class
Represents a collection of Task objects.
Methods
| Name | Description |
|---|---|
| Add (5 overloads) | Adds new task to project tasks collection on the same outline level of the last task. |
| begin (2 overloads) | Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection. |
| cbegin | Gets iterator pointing to the first const-qualified element (if any) of the collection. |
| cend | Gets iterator pointing right after the last const-qualified element (if any) of the collection. |
| Contains | Checks if collection contains specified item. |
| end (2 overloads) | Gets iterator pointing right after the last element (if any) of the const-qualified instance of the collection. |
| get_Count | Gets the number of objects contained in the TaskCollection . |
| get_IsReadOnly | Gets a value indicating whether this collection is read only. |
| get_ParentProject | Gets the parent project of the TaskCollection object. |
| GetById | Returns a task with the specified Id whose ancestor is parent task of this collection . |
| GetByUid | Returns a task with the specified Uid whose ancestor is parent task of this collection . |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Returns the element at the specified index. |
| Insert | This is the stub implementation of IList’s Insert method, that only throws NotSupportedException |
| Remove | This is the stub implementation of ICollection’s Remove method, that only throws NotSupportedException |
| ToList | Converts the TaskCollection object to a list of Task objects. |
| virtualizeBeginConstIterator | Gets iterator pointing to the first element (if any)of the const-qualified instance of the collection. |
| virtualizeBeginIterator | Gets iterator pointing to the first element (if any) of the collection. |
| virtualizeEndConstIterator | Gets iterator pointing right after the last element (if any)of the const-qualified instance of the collection. |
| virtualizeEndIterator | Gets iterator pointing right after the last element (if any) of the collection. |