WorkItemTypeCollection Class
This collection class is designed to hold WorkItemTypes.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public NotInheritable Class WorkItemTypeCollection _
Inherits ReadOnlyList
'Usage
Dim instance As WorkItemTypeCollection
public sealed class WorkItemTypeCollection : ReadOnlyList
public ref class WorkItemTypeCollection sealed : public ReadOnlyList
public final class WorkItemTypeCollection extends ReadOnlyList
Remarks
This class can be used to import new WorkItemTypes into the project to which this collection belongs.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Common.ReadOnlyList
Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection
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.