SavedCheckin 建構函式 (String, array<PendingChange[], CheckinNote, array<WorkItemCheckedInfo[], String)
從嘗試的簽入簽入資訊
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
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
)
參數
- comment
類型:System.String
嘗試的簽入的簽入註解。
- excludedChanges
類型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
要排除的暫止變更
- checkinNotes
類型:Microsoft.TeamFoundation.VersionControl.Client.CheckinNote
在嘗試的呈現至指定的任何簽入提示
- workItemCheckedInfo
類型:array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckedInfo[]
- policyOverrideComment
類型:System.String
原則覆寫註解 (如果已指定) 在嘗試的簽入
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。