Share via


TaskProvider.TaskCollection Class

A container for Task objects.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public NotInheritable Class TaskCollection _
    Implements IList, ICollection, IEnumerable
'Usage
Dim instance As TaskProvider.TaskCollection
public sealed class TaskCollection : IList, 
    ICollection, IEnumerable
public ref class TaskCollection sealed : IList, 
    ICollection, IEnumerable
public final class TaskCollection implements IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.TaskProvider.TaskCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace