TaskLinkCollection

TaskLinkCollection class

Represents a collection of Task objects.

Methods

NameDescription
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.
cbeginGets iterator pointing to the first const-qualified element (if any) of the collection.
cendGets 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_CountGets the number of objects contained in this TaskLinkCollection object.
get_ParentProjectGets the parent project of the ResourceAssignmentCollection object.
GetEnumeratorReturns an enumerator for this collection.
idx_getReturns the element at the specified index.
idx_setSets the element at the specified index.
RemoveRemoves task link from a project.
ToListConverts the TaskLinkCollection object to a list of TaskLink objects.
virtualizeBeginConstIteratorGets iterator pointing to the first element (if any)of the const-qualified instance of the collection.
virtualizeBeginIteratorGets iterator pointing to the first element (if any) of the collection.
virtualizeEndConstIteratorGets iterator pointing right after the last element (if any)of the const-qualified instance of the collection.
virtualizeEndIteratorGets iterator pointing right after the last element (if any) of the collection.