Workspace.UpdateLastSavedCheckin Method (Shelveset)

Updates the information from the most recent tried check-in with the information from the shelveset.

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

Syntax

'Declaration
Public Sub UpdateLastSavedCheckin ( _
    shelveset As Shelveset _
)
public void UpdateLastSavedCheckin(
    Shelveset shelveset
)
public:
void UpdateLastSavedCheckin(
    Shelveset^ shelveset
)
member UpdateLastSavedCheckin : 
        shelveset:Shelveset -> unit
public function UpdateLastSavedCheckin(
    shelveset : Shelveset
)

Parameters

.NET Framework Security

See Also

Reference

Workspace Class

UpdateLastSavedCheckin Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace