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
- discussionId
Typ: System.Int32
- newComments
Typ: Microsoft.VisualStudio.Services.WebApi.VssJsonCollectionWrapper<DiscussionCommentCollection>
Rückgabewert
Typ: System.Net.Http.HttpResponseMessage
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.