Share via


SavedCheckin Constructor (String, array<PendingChange[], CheckinNote, array<WorkItemCheckedInfo , String)

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

  • policyOverrideComment
    Type: System.String

    Policy override comment (if it is specified) in the tried checkin

.NET Framework Security

See Also

Reference

SavedCheckin Class

SavedCheckin Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace