WorkItemStore Class

Encapsulates the data store that contains all work items on a particular Team Foundation server. Each work item store is scoped at the server level.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public NotInheritable Class WorkItemStore
'Usage
Dim instance As WorkItemStore
public sealed class WorkItemStore
public ref class WorkItemStore sealed
public final class WorkItemStore

Remarks

You can create custom work item types by modifying XML schemas. For more information, see the "Customizing Work Item Types" section in the most current version of the Team Foundation Administrator's Guide on the Web at the MSDN Online site (https://go.microsoft.com/fwlink/?linkid=52459).

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore

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

WorkItemStore Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace