This documentation is archived and is not being maintained.
SavedCheckin Constructor (String, array<PendingChange>, CheckinNote, array<WorkItemCheckedInfo>, String)
Visual Studio 2013
Construct checkin information from an tried checkin
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: SavedCheckin( String^ comment, array<PendingChange^>^ excludedChanges, CheckinNote^ checkinNotes, array<WorkItemCheckedInfo^>^ workItemCheckedInfo, String^ policyOverrideComment )
Parameters
- comment
- Type: System::String
Checkin comments for the tried checkin
- excludedChanges
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
Pending changes to be excluded
- checkinNotes
- Type: Microsoft.TeamFoundation.VersionControl.Client::CheckinNote
Any checkin notes specified in the tried checkin
- workItemCheckedInfo
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::WorkItemCheckedInfo>
- policyOverrideComment
- Type: System::String
Policy override comment (if it is specified) in the tried checkin
- 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.
Show: