Freigeben über


DiscussionCommentsController.PostComment-Methode

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

Syntax

'Declaration
Public Function PostComment ( _
    discussionId As Integer, _
    newComment As DiscussionComment _
) As HttpResponseMessage
public HttpResponseMessage PostComment(
    int discussionId,
    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