Método Repository.UpdateCheckinNoteFieldName
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)
Sintaxe
'Declaração
<WebMethodAttribute> _
Public Sub UpdateCheckinNoteFieldName ( _
path As String, _
existingFieldName As String, _
newFieldName As String _
)
[WebMethodAttribute]
public void UpdateCheckinNoteFieldName(
string path,
string existingFieldName,
string newFieldName
)
Parâmetros
- path
Tipo: System.String
- existingFieldName
Tipo: System.String
- newFieldName
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.