Freigeben über


TeamFoundationVersionControlService.UpdateCheckinNoteFieldName-Methode

Nennen Sie alle Instanzen des angegebenen Eincheckhinweisfelds dem neuen angegebenen Namen für den angegebenen Teamprojektordner um.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Sub UpdateCheckinNoteFieldName ( _
    requestContext As TeamFoundationRequestContext, _
    path As String, _
    existingFieldName As String, _
    newFieldName As String _
)
public void UpdateCheckinNoteFieldName(
    TeamFoundationRequestContext requestContext,
    string path,
    string existingFieldName,
    string newFieldName
)

Parameter

  • existingFieldName
    Typ: System.String
    Alter Eincheckhinweisfeldname.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationVersionControlService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace