Share via


SavedCheckin 构造函数 (array<PendingChange[], String, CheckinNote, array<WorkItemCheckinInfo[], String)

注意:此 API 现在已废弃不用。

初始化的新 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
)

参数

  • comment
    类型:System.String
    有关测试后的签入注释。
  • policyOverrideComment
    类型:System.String
    策略重写注释 (如果指定) 测试后的签入。

.NET Framework 安全性

请参阅

参考

SavedCheckin 类

SavedCheckin 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间