BatchSave Constructor

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

.NET Framework Security

See Also

Reference

BatchSave Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace