Initializes a new BatchSave instance.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public Sub New ( _
    store As WorkItemStore _
)
public BatchSave(
    WorkItemStore store
)
public:
BatchSave(
    WorkItemStore^ store
)
new : 
        store:WorkItemStore -> BatchSave
public function BatchSave(
    store : WorkItemStore
)
Parameters
- store
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore
 The WorkItemStore that is associated with this BatchSave object.
.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.