Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub UpdateLastSavedCheckin ( _
shelveset As Shelveset, _
unshelvedChanges As PendingChange() _
)
public void UpdateLastSavedCheckin(
Shelveset shelveset,
PendingChange[] unshelvedChanges
)
public:
void UpdateLastSavedCheckin(
Shelveset^ shelveset,
array<PendingChange^>^ unshelvedChanges
)
member UpdateLastSavedCheckin :
shelveset:Shelveset *
unshelvedChanges:PendingChange[] -> unit
public function UpdateLastSavedCheckin(
shelveset : Shelveset,
unshelvedChanges : PendingChange[]
)
Parameters
shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvesetThe shelveset that contains the relevant metadata.
unshelvedChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]The pending changes that were unshelved.
.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.