Represents a strongly-typed collection of Task objects.
The following tables list the members exposed by the TaskCollection type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the TaskCollection class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the task object identified by the specified string. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Adds the specified objects to the end of the collection. (Inherited from ObservableCollection.) |
|
![]() |
Determines whether this collection contains a task identified by the specified string. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Collection<T>.ClearItems override. (Inherited from ObservableCollection.) |
|
![]() |
Collection<T>.InsertItem override. (Inherited from ObservableCollection.) |
|
![]() |
Collection<T>.RemoveItem override. (Inherited from ObservableCollection.) |
|
![]() |
Collection<T>.SetItem override. (Inherited from ObservableCollection.) |
Public Events| Name | Description | |
|---|---|---|
![]() |
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from ObservableCollection.) |
See Also