Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Comment(), _
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,
Comment[] comments,
CommentId[] deletedComments,
out List<short> commentIds,
out DateTime lastUpdatedDate
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- discussions
Typ: array<Microsoft.TeamFoundation.Discussion.Server.DiscussionThread[]
- comments
Typ: array<Microsoft.TeamFoundation.Discussion.Server.Comment[]
- 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.