Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- newComments
 Type: Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<DiscussionCommentCollection>
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.