DiscussionCommentsController.GetComments-Methode
Lesen Sie alle Kommentare für ein Diskussionsthema GET /_apis/discussion/ {} discussionId /comments
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
Public Function GetComments ( _
discussionId As Integer _
) As IList(Of DiscussionComment)
public IList<DiscussionComment> GetComments(
int discussionId
)
Parameter
- discussionId
Typ: System.Int32
Rückgabewert
Typ: System.Collections.Generic.IList<DiscussionComment>
.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.