Compartilhar via


Método DiscussionCommentsController.PostComment

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

Sintaxe

'Declaração
Public Function PostComment ( _
    discussionId As Integer, _
    newComment As DiscussionComment _
) As HttpResponseMessage
public HttpResponseMessage PostComment(
    int discussionId,
    DiscussionComment newComment
)

Parâmetros

  • newComment
    Tipo: DiscussionComment

Valor de retorno

Tipo: System.Net.Http.HttpResponseMessage

Segurança do .NET Framework

Consulte também

Referência

DiscussionCommentsController Classe

Namespace Microsoft.TeamFoundation.Discussion.Server