This documentation is archived and is not being maintained.

Workspace::UpdateLastSavedCheckin Method (Shelveset, array<PendingChange>)

Updates the information from the most recent tried check-in with the information from the shelveset and makes sure that the specified set of pending changes have a checked state set.

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

public:
void UpdateLastSavedCheckin(
	Shelveset^ shelveset, 
	array<PendingChange^>^ unshelvedChanges
)

Parameters

shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client::Shelveset

The shelveset that contains the relevant metadata.

unshelvedChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>

The pending changes that were unshelved.

Show: