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。
- comment
類型:System.String
這是變更集的註解。
- checkinNote
類型:Microsoft.TeamFoundation.VersionControl.Server.CheckinNote
這是變更集的簽入提示。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。