This documentation is archived and is not being maintained.

SavedCheckin Constructor (array<PendingChange>, String, CheckinNote, array<WorkItemCheckedInfo>, String)

Note: This API is now obsolete.

Initializes a new SavedCheckin instance.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

[ObsoleteAttribute(L"This constructor has been deprecated, use the constructor with excluded changes.")]
public:
SavedCheckin(
	array<PendingChange^>^ changes, 
	String^ comment, 
	CheckinNote^ checkinNotes, 
	array<WorkItemCheckedInfo^>^ workItemCheckedInfo, 
	String^ policyOverrideComment
)

Parameters

changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>

The set of pending changes for the tried check-in.

comment
Type: System::String

A comment on the tried check-in.

checkinNotes
Type: Microsoft.TeamFoundation.VersionControl.Client::CheckinNote

Check-in notes about the tried check-in.

workItemCheckedInfo
Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckedInfo>

The checked-in work items that are associated with the tried check-in.

policyOverrideComment
Type: System::String

Policy override comment (if it is specified) of the tried check-in.

Show: