DiscussionCommentsController.UpdateComment-Methode
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
<HttpPatchAttribute> _
Public Function UpdateComment ( _
discussionId As Integer, _
commentId As Short, _
newComment As DiscussionComment _
) As HttpResponseMessage
[HttpPatchAttribute]
public HttpResponseMessage UpdateComment(
int discussionId,
short commentId,
DiscussionComment newComment
)
Parameter
- discussionId
Typ: System.Int32
- commentId
Typ: System.Int16
- newComment
Typ: DiscussionComment
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.