VersionControlServer.RenameCheckinNoteFieldName Method
Rename all instances of the specified CheckinNote field to the new specified name for the given team project folder.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'宣言
Public Sub RenameCheckinNoteFieldName ( _
path As String, _
oldName As String, _
newName As String _
)
public void RenameCheckinNoteFieldName(
string path,
string oldName,
string newName
)
public:
void RenameCheckinNoteFieldName(
String^ path,
String^ oldName,
String^ newName
)
member RenameCheckinNoteFieldName :
path:string *
oldName:string *
newName:string -> unit
public function RenameCheckinNoteFieldName(
path : String,
oldName : String,
newName : String
)
Parameters
- path
Type: System.String
The path to a team project folder.
- oldName
Type: System.String
Old check-in note field name.
- newName
Type: System.String
New check-in note field name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.