Share via


VersionControlServer.RenameCheckinNoteFieldName 方法

到指定的 CheckinNote 字段的所有实例重命名为新的指定名称特定团队项目文件夹。

命名空间:  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
)

参数

  • newName
    类型:System.String
    新的签入说明字段名称。

.NET Framework 安全性

请参见

参考

VersionControlServer 类

Microsoft.TeamFoundation.VersionControl.Client 命名空间