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
shelveset
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvesetThe shelveset that contains the relevant information.
.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.