SavedCheckin Constructor (array<PendingChange[], String, CheckinNote, array<WorkItemCheckinInfo , 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, _
workItemCheckinInfo As WorkItemCheckinInfo(), _
policyOverrideComment As String _
)
public SavedCheckin(
PendingChange[] changes,
string comment,
CheckinNote checkinNotes,
WorkItemCheckinInfo[] workItemCheckinInfo,
string policyOverrideComment
)
public:
SavedCheckin(
array<PendingChange^>^ changes,
String^ comment,
CheckinNote^ checkinNotes,
array<WorkItemCheckinInfo^>^ workItemCheckinInfo,
String^ policyOverrideComment
)
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
- changes
Type: array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
The set of pending changes for the attempted check-in.
- comment
Type: System.String
A comment on the attempted check-in.
- checkinNotes
Type: Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
Check-in notes about the attempted check-in.
- workItemCheckinInfo
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
The work items that are associated with the attempted check-in.
- policyOverrideComment
Type: System.String
Policy override comment (if specified) of the attempted 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.