TeamFoundationVersionControlService.UpdateCheckinNoteFieldName, méthode
Renommez toutes les instances du champ spécifié de note d'enregistrement au nouveau nom spécifié pour le dossier donné de projet d'équipe.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Contexte de la requête.
- path
Type : System.String
Le chemin d'accès d'un dossier de projet d'équipe.
- existingFieldName
Type : System.String
Nom du champ de l'ancien note d'enregistrement.
- newFieldName
Type : System.String
Nouveau nom du champ de note d'enregistrement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TeamFoundationVersionControlService Classe
Microsoft.TeamFoundation.VersionControl.Server, espace de noms