TaskProvider.TaskCollection Class
A container for Task objects.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaración
Public NotInheritable Class TaskCollection _
Implements IList, ICollection, IEnumerable
'Uso
Dim instance As TaskProvider.TaskCollection
public sealed class TaskCollection : IList,
ICollection, IEnumerable
public ref class TaskCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
type TaskCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
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.