TaskLinkCollection
Contents
[
Hide
]TaskLinkCollection class
Represents a collection of Task objects.
Methods
| Name | Description |
|---|---|
| Add (4 overloads) | Returns an instance of Finish-Start TaskLink which has been added to the TaskLinkCollection object. |
| 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. |
| 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 this TaskLinkCollection object. |
| get_ParentProject | Gets the parent project of the ResourceAssignmentCollection object. |
| GetEnumerator | Returns an enumerator for this collection. |
| idx_get | Returns the element at the specified index. |
| idx_set | Sets the element at the specified index. |
| Remove | Removes task link from a project. |
| ToList | Converts the TaskLinkCollection object to a list of TaskLink 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. |