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
- teamProjectCollection
 Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
- workItemStoreFlags
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStoreFlags
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.