Repository.UpdateChangeset 方法

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

語法

'宣告
<WebMethodAttribute> _
Public Sub UpdateChangeset ( _
    changeset As Integer, _
    comment As String, _
    checkinNote As CheckinNote _
)
[WebMethodAttribute]
public void UpdateChangeset(
    int changeset,
    string comment,
    CheckinNote checkinNote
)

參數

  • changeset
    類型:System.Int32
    這是從先前建立的 chanageset 的變更集 ID。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間