DiscussionCommentsController.PostComments Method (VssJsonCollectionWrapper<DiscussionCommentCollection>)

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

Syntax

'Declaration
<HttpPatchAttribute> _
Public Function PostComments ( _
    newComments As VssJsonCollectionWrapper(Of DiscussionCommentCollection) _
) As HttpResponseMessage
[HttpPatchAttribute]
public HttpResponseMessage PostComments(
    VssJsonCollectionWrapper<DiscussionCommentCollection> newComments
)
[HttpPatchAttribute]
public:
HttpResponseMessage^ PostComments(
    VssJsonCollectionWrapper<DiscussionCommentCollection^>^ newComments
)
[<HttpPatchAttribute>]
member PostComments : 
        newComments:VssJsonCollectionWrapper<DiscussionCommentCollection> -> HttpResponseMessage
public function PostComments(
    newComments : VssJsonCollectionWrapper<DiscussionCommentCollection>
) : HttpResponseMessage

Parameters

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

DiscussionCommentsController Class

PostComments Overload

Microsoft.TeamFoundation.Discussion.Server Namespace