ProjectCollection Class
This class holds a collection of all the work item projects on the Team Foundation Server.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectCollection _
Inherits ReadOnlyList
'Usage
Dim instance As ProjectCollection
public sealed class ProjectCollection : ReadOnlyList
public ref class ProjectCollection sealed : public ReadOnlyList
public final class ProjectCollection extends ReadOnlyList
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.ProjectCollection
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.