Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Construct checkin information from an tried checkin
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    comment As String, _
    excludedChanges As PendingChange(), _
    checkinNotes As CheckinNote, _
    workItemCheckedInfo As WorkItemCheckedInfo(), _
    policyOverrideComment As String _
)
public SavedCheckin(
    string comment,
    PendingChange[] excludedChanges,
    CheckinNote checkinNotes,
    WorkItemCheckedInfo[] workItemCheckedInfo,
    string policyOverrideComment
)
public:
SavedCheckin(
    String^ comment, 
    array<PendingChange^>^ excludedChanges, 
    CheckinNote^ checkinNotes, 
    array<WorkItemCheckedInfo^>^ workItemCheckedInfo, 
    String^ policyOverrideComment
)
new : 
        comment:string * 
        excludedChanges:PendingChange[] * 
        checkinNotes:CheckinNote * 
        workItemCheckedInfo:WorkItemCheckedInfo[] * 
        policyOverrideComment:string -> SavedCheckin
public function SavedCheckin(
    comment : String, 
    excludedChanges : PendingChange[], 
    checkinNotes : CheckinNote, 
    workItemCheckedInfo : WorkItemCheckedInfo[], 
    policyOverrideComment : String
)
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 
.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.