TeamFoundationDiscussionService.PublishDiscussions-Methode
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
Public Function PublishDiscussions ( _
requestContext As TeamFoundationRequestContext, _
discussions As DiscussionThread(), _
comments As DiscussionComment(), _
deletedComments As CommentId(), _
<OutAttribute> ByRef commentIds As List(Of Short), _
<OutAttribute> ByRef lastUpdatedDate As DateTime _
) As List(Of Integer)
public List<int> PublishDiscussions(
TeamFoundationRequestContext requestContext,
DiscussionThread[] discussions,
DiscussionComment[] comments,
CommentId[] deletedComments,
out List<short> commentIds,
out DateTime lastUpdatedDate
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- discussions
Typ: array<DiscussionThread[]
- comments
Typ: array<DiscussionComment[]
- deletedComments
Typ: array<Microsoft.TeamFoundation.Discussion.Server.CommentId[]
- commentIds
Typ: System.Collections.Generic.List<Int16>%
- lastUpdatedDate
Typ: System.DateTime%
Rückgabewert
Typ: System.Collections.Generic.List<Int32>
Gibt List<T> zurück.
.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.