This topic has not yet been rated - Rate this topic

WorkItemStore Constructor (TfsTeamProjectCollection)

Initializes a new instance of the WorkItemStore class that is connected to the specified TfsTeamProjectCollection instance.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public WorkItemStore(
	TfsTeamProjectCollection teamProjectCollection
)

Parameters

teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

The server to connect to that is running Team Foundation Server.

The connection information, credentials, and globalization information are contained in the TfsTeamProjectCollection object.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.