Freigeben über


DiscussionCommentsController.PostComments-Methode (Int32, VssJsonCollectionWrapper<DiscussionCommentCollection>)

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

Syntax

'Declaration
<HttpPatchAttribute> _
Public Function PostComments ( _
    discussionId As Integer, _
    newComments As VssJsonCollectionWrapper(Of DiscussionCommentCollection) _
) As HttpResponseMessage
[HttpPatchAttribute]
public HttpResponseMessage PostComments(
    int discussionId,
    VssJsonCollectionWrapper<DiscussionCommentCollection> newComments
)

Parameter

Rückgabewert

Typ: System.Net.Http.HttpResponseMessage

.NET Framework-Sicherheit

Siehe auch

Referenz

DiscussionCommentsController Klasse

PostComments-Überladung

Microsoft.TeamFoundation.Discussion.Server-Namespace