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 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.