Freigeben über


DiscussionCommentsController.UpdateComment-Methode

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

Syntax

'Declaration
<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
)

Parameter

  • newComment
    Typ: DiscussionComment

Rückgabewert

Typ: System.Net.Http.HttpResponseMessage

.NET Framework-Sicherheit

Siehe auch

Referenz

DiscussionCommentsController Klasse

Microsoft.TeamFoundation.Discussion.Server-Namespace