WorkItemStore Constructor (TfsTeamProjectCollection, WorkItemStoreFlags)

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

Syntax

'Declaration
Public Sub New ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    workItemStoreFlags As WorkItemStoreFlags _
)
public WorkItemStore(
    TfsTeamProjectCollection teamProjectCollection,
    WorkItemStoreFlags workItemStoreFlags
)
public:
WorkItemStore(
    TfsTeamProjectCollection^ teamProjectCollection, 
    WorkItemStoreFlags workItemStoreFlags
)
new : 
        teamProjectCollection:TfsTeamProjectCollection * 
        workItemStoreFlags:WorkItemStoreFlags -> WorkItemStore
public function WorkItemStore(
    teamProjectCollection : TfsTeamProjectCollection, 
    workItemStoreFlags : WorkItemStoreFlags
)

Parameters

.NET Framework Security

See Also

Reference

WorkItemStore Class

WorkItemStore Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace