Compartir a través de


DiscussionCommentsController.UpdateComment (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Discussion.Server
Ensamblado:  Microsoft.TeamFoundation.Discussion.Server (en Microsoft.TeamFoundation.Discussion.Server.dll)

Sintaxis

'Declaración
<HttpPatchAttribute> _
Public Function UpdateComment ( _
    discussionId As Integer, _
    commentId As Short, _
    newComment As DiscussionComment _
) As HttpResponseMessage
[HttpPatchAttribute]
public HttpResponseMessage UpdateComment(
    int discussionId,
    short commentId,
    DiscussionComment newComment
)

Parámetros

  • newComment
    Tipo: DiscussionComment

Valor devuelto

Tipo: System.Net.Http.HttpResponseMessage

Seguridad de .NET Framework

Vea también

Referencia

DiscussionCommentsController Clase

Microsoft.TeamFoundation.Discussion.Server (Espacio de nombres)