TaskCollection Class
Represents a collection of Task objects that are displayed in the task pane of the Dashboard.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| Name | Description | |
|---|---|---|
![]() | TaskCollection() | Initializes a new instance of the TaskCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of Task objects in the TaskCollection. |
![]() | IsReadOnly | Gets a value that indicates whether the TaskCollection is read-only. |
| Name | Description | |
|---|---|---|
![]() | Add(Task^) | Adds the specified Task object to the TaskCollection. |
![]() | Clear() | Removes all Task objects from the TaskCollection. |
![]() | Contains(Task^) | Determines whether the specified Task object is in the TaskCollection. |
![]() | CopyTo(array<Task^>^, Int32) | Copies the entire TaskCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that is used to iterate through the TaskCollection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(Task^) | Removes the first occurrence of the specified Task object from the TaskCollection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator that can iterate through a collection. |
A TaskCollection is passed as an argument to one of the Create methods of PageContent.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



