Workspace.UpdateLastSavedCheckin Method (Shelveset, array<PendingChange )
Updates the last attempted check-in information with the information from the shelveset and ensures 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
'宣言
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.Shelveset
The shelveset containing the desired 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.