Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'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.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.