Microsoft.TeamFoundation.Wo ...


Reference for Team Foundation Server SDK
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

Visual Basic (Declaration)
Public NotInheritable Class WorkItemStore
Visual Basic (Usage)
Dim instance As WorkItemStore
C#
public sealed class WorkItemStore
C++
public ref class WorkItemStore sealed
J#
public final class WorkItemStore
JScript
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 (http://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

Tags :


Page view tracker