Partager via


DiscussionCommentsController.UpdateComment, méthode

Espace de noms :  Microsoft.TeamFoundation.Discussion.Server
Assembly :  Microsoft.TeamFoundation.Discussion.Server (dans Microsoft.TeamFoundation.Discussion.Server.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • newComment
    Type : DiscussionComment

Valeur de retour

Type : System.Net.Http.HttpResponseMessage

Sécurité .NET Framework

Voir aussi

Référence

DiscussionCommentsController Classe

Microsoft.TeamFoundation.Discussion.Server, espace de noms