This documentation is archived and is not being maintained.
Workspace::UpdateLastSavedCheckin Method (Shelveset, array<PendingChange>)
Visual Studio 2013
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.
- 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.
Show: