SavedCheckin 建構函式 (array<PendingChange[], String, CheckinNote, array<WorkItemCheckinInfo[], String)

注意:這個應用程式開發介面現在已經過時。

初始化新的 SavedCheckin 執行個體。

命名空間:  Microsoft.TeamFoundation.VersionControl.Client
組件:  Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

語法

'宣告
<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
)

參數

  • policyOverrideComment
    類型:System.String
    原則覆寫註解 (如果已指定) 嘗試的簽入。

.NET Framework 安全性

請參閱

參考

SavedCheckin 類別

SavedCheckin 多載

Microsoft.TeamFoundation.VersionControl.Client 命名空間