SavedCheckin Constructor (array<PendingChange[], String, CheckinNote, array<WorkItemCheckedInfo , 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, _
workItemCheckedInfo As WorkItemCheckedInfo(), _
policyOverrideComment As String _
)
[ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")]
public SavedCheckin(
PendingChange[] changes,
string comment,
CheckinNote checkinNotes,
WorkItemCheckedInfo[] workItemCheckedInfo,
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<WorkItemCheckedInfo^>^ workItemCheckedInfo,
String^ policyOverrideComment
)
[<ObsoleteAttribute("This constructor has been deprecated, use the constructor with excluded changes.")>]
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
changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]The set of pending changes for the tried check-in.
comment
Type: System.StringA comment on the tried check-in.
checkinNotes
Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNoteCheck-in notes about the tried check-in.
workItemCheckedInfo
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckedInfo[]The checked-in work items that are associated with the tried check-in.
policyOverrideComment
Type: System.StringPolicy override comment (if it is specified) of the tried check-in.
.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.