Represents a strongly-typed collection of Task objects. The following tables list the members exposed by the TaskCollection type.
|
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the TaskCollection class. |
Name | Description | |
---|---|---|
![]() |
Gets a Task object from the collection given its zero-based index or identifier. |
Name | Description | |
---|---|---|
![]() |
Adds the specified task to this collection. |
|
![]() |
Removes all elements from the collection. |
|
![]() |
Overloaded. Determines whether this collection contains the specified task. |
|
![]() |
Inserts a location object into the collection at the specified index. |
|
![]() |
Removes the first occurrence of the specified Task object from this collection. |
Name | Description | |
---|---|---|
![]() |
Raised when the collection has been changed. |