TaskListCollection Class
Provides a container class for task list elements.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | TaskListCollection() | Initializes a new instance of the TaskListCollection class. |
![]() | TaskListCollection(ICollection) | Initializes a new instance of the TaskListCollection class with the specified task list element. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | Item[Int32] | Gets or sets array access semantics for the task list collection. |
| Name | Description | |
|---|---|---|
![]() | Add(TaskList) | Adds a task list to the collection. |
![]() | Clear() | (Inherited from CollectionBase.) |
![]() | Contains(TaskList) | Returns a value that indicates whether the object is in the task list collection. |
![]() | CopyTo(TaskList[], Int32) | Copies the entire task list collection to a compatible one-dimensional task list array, starting at the specified index of the target array. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from CollectionBase.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(TaskList) | Searches for the specified task list and returns the zero-based index of the first occurrence in the collection. |
![]() | Insert(Int32, TaskList) | Inserts an element into the TaskListCollection object at the specified index. |
![]() | Remove(TaskList) | Removes the first occurrence of a specific object from the task list collection. |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Add(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Contains(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.IndexOf(Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Insert(Int32, Object) | (Inherited from CollectionBase.) |
![]() ![]() | IList.Remove(Object) | (Inherited from CollectionBase.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from CollectionBase.) |
![]() ![]() | IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() | IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() | IList.Item[Int32] | (Inherited from CollectionBase.) |
A class implementation may have a TaskListCollection member, but more typically a TaskListCollection is created in the get accessor of a property or the return value of a method.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




