Share via


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

Initializes a new SavedCheckin instance.

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

Syntax

'Declaration
Public Sub New ( _
    changes As PendingChange(), _
    comment As String, _
    checkinNotes As CheckinNote, _
    workItemCheckedInfo As WorkItemCheckedInfo(), _
    policyOverrideComment As String _
)
public SavedCheckin(
    PendingChange[] changes,
    string comment,
    CheckinNote checkinNotes,
    WorkItemCheckedInfo[] workItemCheckedInfo,
    string policyOverrideComment
)
public:
SavedCheckin(
    array<PendingChange^>^ changes, 
    String^ comment, 
    CheckinNote^ checkinNotes, 
    array<WorkItemCheckedInfo^>^ workItemCheckedInfo, 
    String^ policyOverrideComment
)
new : 
        changes:PendingChange[] * 
        comment:string * 
        checkinNotes:CheckinNote * 
        workItemCheckedInfo:WorkItemCheckedInfo[] * 
        policyOverrideComment:string -> SavedCheckin
public function SavedCheckin(
    changes : PendingChange[], 
    comment : String, 
    checkinNotes : CheckinNote, 
    workItemCheckedInfo : WorkItemCheckedInfo[], 
    policyOverrideComment : String
)

Parameters

  • comment
    Type: System.String
    A comment on the attempted check-in.
  • policyOverrideComment
    Type: System.String
    Policy override comment (if specified) of the attempted check-in.

.NET Framework Security

See Also

Reference

SavedCheckin Class

SavedCheckin Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace