Updates the last attempted check-in information with the information from the shelveset.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
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.Shelveset
 The shelveset from which to get 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.