TaskProvider::TaskCollection Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Task^) | Adds a task to the collection. |
![]() | Clear() | Removes all the tasks from the collection. |
![]() | Contains(Task^) | Gets whether or not the task exists in the collection |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Gets an enumerator for the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(Task^) | Gets the index of the specified task in the collection. |
![]() | Insert(Int32, Task^) | Inserts a task in the collection at the specified index. |
![]() | Remove(Task^) | Removes a task from the collection. |
![]() | RemoveAt(Int32) | Removes the task at the specified index. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | Copies the collection to an array, starting at the specified index. |
![]() ![]() | IList::Add(Object^) | Adds the task to the collection. |
![]() ![]() | IList::Clear() | Removes all the tasks from the list. |
![]() ![]() | IList::Contains(Object^) | Gets whether or not the specified task exists in the collection. |
![]() ![]() | IList::IndexOf(Object^) | Gets the index of the collection at which the specified task exists. |
![]() ![]() | IList::Insert(Int32, Object^) | Inserts a task in the collection at the specified index. |
![]() ![]() | IList::Remove(Object^) | Removes the specified task from the collection. |
![]() ![]() | IList::RemoveAt(Int32) | Removes the task from the specified index of the collection. |


