共用方式為


VersionControlServer.RenameCheckinNoteFieldName 方法

將指定的 CheckinNote 欄位的所有執行個體重新命名為新的指定名稱特定 Team 專案資料夾。

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

語法

'宣告
Public Sub RenameCheckinNoteFieldName ( _
    path As String, _
    oldName As String, _
    newName As String _
)
public void RenameCheckinNoteFieldName(
    string path,
    string oldName,
    string newName
)

參數

  • oldName
    型別:System.String
    舊的簽入提示欄位名稱。
  • newName
    型別:System.String
    新的簽入提示欄位名稱。

.NET Framework 安全性

請參閱

參考

VersionControlServer 類別

Microsoft.TeamFoundation.VersionControl.Client 命名空間