Compartilhar via


Método DiscussionCommentsController.PostComments (Int32, VssJsonCollectionWrapper<DiscussionCommentCollection>)

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

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Net.Http.HttpResponseMessage

Segurança do .NET Framework

Consulte também

Referência

DiscussionCommentsController Classe

Sobrecargas PostComments

Namespace Microsoft.TeamFoundation.Discussion.Server