SavedCheckin Constructor (array<PendingChange[], String, CheckinNote, array<WorkItemCheckinInfo , 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)

Syntax

'Declaration
<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")> _
Public Sub New ( _
    changes As PendingChange(), _
    comment As String, _
    checkinNotes As CheckinNote, _
    workItemCheckinInfo As WorkItemCheckinInfo(), _
    policyOverrideComment As String _
)
[ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")]
public SavedCheckin(
    PendingChange[] changes,
    string comment,
    CheckinNote checkinNotes,
    WorkItemCheckinInfo[] workItemCheckinInfo,
    string policyOverrideComment
)
[ObsoleteAttribute(L"This constructor has been deprecated, use the constructor with excluded changes.")]
public:
SavedCheckin(
    array<PendingChange^>^ changes, 
    String^ comment, 
    CheckinNote^ checkinNotes, 
    array<WorkItemCheckinInfo^>^ workItemCheckinInfo, 
    String^ policyOverrideComment
)
[<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")>]
new : 
        changes:PendingChange[] * 
        comment:string * 
        checkinNotes:CheckinNote * 
        workItemCheckinInfo:WorkItemCheckinInfo[] * 
        policyOverrideComment:string -> SavedCheckin
public function SavedCheckin(
    changes : PendingChange[], 
    comment : String, 
    checkinNotes : CheckinNote, 
    workItemCheckinInfo : WorkItemCheckinInfo[], 
    policyOverrideComment : String
)

Parameters

  • policyOverrideComment
    Type: System.String

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

.NET Framework Security

See Also

Reference

SavedCheckin Class

SavedCheckin Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace